Add missing </pre> to Javadoc

Change-Id: Iedf0f7f85fecbc2ee274a108887c77add62dcb31
This commit is contained in:
Shawn Willden 2021-11-29 19:20:11 +00:00
parent 1e6ac5e1ff
commit f3aac252f7

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 =