Merge "Add missing </pre> to Javadoc" am: 076fb5e987 am: d084c0202a am: 33e0b830dc am: a665f6bd93

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1905490

Change-Id: I5965b31cb15b2cf30596939d4c5cb70e51b332b9
This commit is contained in:
Seth Moore
2022-01-07 17:34:34 +00:00
committed by Automerger Merge Worker

View File

@@ -276,7 +276,7 @@ import javax.security.auth.x500.X500Principal;
* "HMACSHA256", sharedSecret, salt, info.toByteArray(), 32));
* byte[] associatedData = {};
* return key.decrypt(ciphertext, associatedData);
* }
* }</pre>
*/
public final class KeyGenParameterSpec implements AlgorithmParameterSpec, UserAuthArgs {
private static final X500Principal DEFAULT_ATTESTATION_CERT_SUBJECT =