diff options
author | 2021-09-14 22:24:08 +0000 | |
---|---|---|
committer | 2021-09-14 22:24:08 +0000 | |
commit | 7052180c60bf6dba8f007d2811b0f8c6c65577cb (patch) | |
tree | fc197e14c1a6e8cdf3efe5c91e807b5e07c97e23 /identity | |
parent | 4f564346deef72f9aec055f88a06d26a04134514 (diff) | |
parent | 37677f40d0d3adf20db6d9117991d542c5aa7801 (diff) |
Merge "Fix typos in IdentityCredential.java javadoc" am: 37677f40d0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1826574
Change-Id: I9f59a551b33b3d030b2a4718ad48d29690875d15
Diffstat (limited to 'identity')
-rw-r--r-- | identity/java/android/security/identity/IdentityCredential.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/identity/java/android/security/identity/IdentityCredential.java b/identity/java/android/security/identity/IdentityCredential.java index 8f175bb63edb..1e685856d011 100644 --- a/identity/java/android/security/identity/IdentityCredential.java +++ b/identity/java/android/security/identity/IdentityCredential.java @@ -160,7 +160,7 @@ public abstract class IdentityCredential { * not the case, the {@link SessionTranscriptMismatchException} exception is thrown. * * <p>If not {@code null} the {@code requestMessage} parameter must contain data for the request - * from the verifier. The content can be defined in the way appropriate for the credential, byt + * from the verifier. The content can be defined in the way appropriate for the credential, but * there are three requirements that must be met to work with this API: * <ul> * <li>The content must be a CBOR-encoded structure.</li> @@ -205,9 +205,9 @@ public abstract class IdentityCredential { * must appear somewhere in {@code sessionTranscript} and ditto for the 32 bytes for the Y * coordinate. * - * <p>If {@code readerAuth} is not {@code null} it must be the bytes of a {@code COSE_Sign1} - * structure as defined in RFC 8152. For the payload nil shall be used and the - * detached payload is the ReaderAuthenticationBytes CBOR described below. + * <p>If {@code readerSignature} is not {@code null} it must be the bytes of a + * {@code COSE_Sign1} structure as defined in RFC 8152. For the payload nil shall be used and + * the detached payload is the ReaderAuthenticationBytes CBOR described below. * <pre> * ReaderAuthentication = [ * "ReaderAuthentication", |