diff options
| author | Alex Klyubin <klyubin@google.com> | 2015-05-26 18:10:57 -0700 |
|---|---|---|
| committer | Alex Klyubin <klyubin@google.com> | 2015-05-26 18:10:57 -0700 |
| commit | fe0609dc9c32b1de457f19bb3cf2b87584c4634d (patch) | |
| tree | 266aa8411d94beb02c5c6c579e8fbf733ea05ab5 | |
| parent | 80370952e9008ba3949d6e9bc3412e62a05e1ba3 (diff) | |
| download | frameworks_base-fe0609dc9c32b1de457f19bb3cf2b87584c4634d.zip frameworks_base-fe0609dc9c32b1de457f19bb3cf2b87584c4634d.tar.gz frameworks_base-fe0609dc9c32b1de457f19bb3cf2b87584c4634d.tar.bz2 | |
Fix typo in Javadocs of KeyGenParameterSpec.
Bug: 18088752
Change-Id: I76daca80a8066ab55a0104ae113fd2c3a7993af3
| -rw-r--r-- | keystore/java/android/security/keystore/KeyGenParameterSpec.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keystore/java/android/security/keystore/KeyGenParameterSpec.java b/keystore/java/android/security/keystore/KeyGenParameterSpec.java index 1d4c188..d861302 100644 --- a/keystore/java/android/security/keystore/KeyGenParameterSpec.java +++ b/keystore/java/android/security/keystore/KeyGenParameterSpec.java @@ -743,7 +743,7 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec { * <p>This restriction applies only to private key operations. Public key operations are not * restricted. * - * <p><b>NOTE: This has currently no effect.</b> + * <p><b>NOTE: This has currently no effect on asymmetric key pairs.</b> * * @see #setUserAuthenticationValidityDurationSeconds(int) */ @@ -759,7 +759,7 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec { * * <p>By default, the user needs to authenticate for every use of the key. * - * <p><b>NOTE: This has currently no effect.</b> + * <p><b>NOTE: This has currently no effect on asymmetric key pairs.</b> * * @param seconds duration in seconds or {@code -1} if the user needs to authenticate for * every use of the key. |
