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

Commit 61a89387 authored by Eran Messeri's avatar Eran Messeri Committed by Automerger Merge Worker
Browse files

Merge "Clarifying the KM challenge size" into main am: b8fe0e98

parents ba4b48c6 b8fe0e98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1596,6 +1596,8 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec, UserAu
         * {@link #getAttestationChallenge()} returns non-null and the spec is used to generate a
         * symmetric (AES or HMAC) key, {@link javax.crypto.KeyGenerator#generateKey()} will throw
         * {@link java.security.InvalidAlgorithmParameterException}.
         *
         * <p>The challenge may be up to 128 bytes.
         */
        @NonNull
        public Builder setAttestationChallenge(byte[] attestationChallenge) {