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

Commit 06c88b60 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in Javadocs of KeyGenParameterSpec." into mnc-dev

parents 5ccfe51d fe0609dc
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.