Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe0609dc authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Fix typo in Javadocs of KeyGenParameterSpec.

Bug: 18088752
Change-Id: I76daca80a8066ab55a0104ae113fd2c3a7993af3
parent 80370952
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.