diff options
| author | 2023-08-24 19:04:39 +0000 | |
|---|---|---|
| committer | 2023-08-24 19:04:39 +0000 | |
| commit | f32761d8eba6da13be3be1f14a88ab7a437cbbdc (patch) | |
| tree | 48409f8f05f525a6e534744700bc0ed50481e905 | |
| parent | 34b915e1419a2fa18c8815d9b3193a02968c2047 (diff) | |
| parent | 6b85f8e8c42ac3217c16923f8d9a8c5f9f48c7da (diff) | |
Merge "Update language to comply with Android's inclusive language guidance" into main
| -rw-r--r-- | keystore/java/android/security/keystore/KeyGenParameterSpec.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore/java/android/security/keystore/KeyGenParameterSpec.java b/keystore/java/android/security/keystore/KeyGenParameterSpec.java index 7afb890e6254..9eed904d52be 100644 --- a/keystore/java/android/security/keystore/KeyGenParameterSpec.java +++ b/keystore/java/android/security/keystore/KeyGenParameterSpec.java @@ -1508,7 +1508,7 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec, UserAu * key has purpose {@link android.security.keystore.KeyProperties#PURPOSE_SIGN}. If the key * does not have purpose {@link android.security.keystore.KeyProperties#PURPOSE_SIGN}, it is * not possible to use the key to sign a certificate, so the public key certificate will - * contain a dummy signature. + * contain a placeholder signature. * * <p>Symmetric keys, such as AES and HMAC keys, do not have public key certificates. If a * {@link #getAttestationChallenge()} returns non-null and the spec is used to generate a |