Merge "Add missing </pre> to Javadoc" am: 076fb5e987 am: d084c0202a am: 33e0b830dc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1905490 Change-Id: I34e3c8d5e8b89ca9f27ea43d3f3331d5bf6ead14
This commit is contained in:
@@ -276,7 +276,7 @@ import javax.security.auth.x500.X500Principal;
|
|||||||
* "HMACSHA256", sharedSecret, salt, info.toByteArray(), 32));
|
* "HMACSHA256", sharedSecret, salt, info.toByteArray(), 32));
|
||||||
* byte[] associatedData = {};
|
* byte[] associatedData = {};
|
||||||
* return key.decrypt(ciphertext, associatedData);
|
* return key.decrypt(ciphertext, associatedData);
|
||||||
* }
|
* }</pre>
|
||||||
*/
|
*/
|
||||||
public final class KeyGenParameterSpec implements AlgorithmParameterSpec, UserAuthArgs {
|
public final class KeyGenParameterSpec implements AlgorithmParameterSpec, UserAuthArgs {
|
||||||
private static final X500Principal DEFAULT_ATTESTATION_CERT_SUBJECT =
|
private static final X500Principal DEFAULT_ATTESTATION_CERT_SUBJECT =
|
||||||
|
|||||||
Reference in New Issue
Block a user