Package com.yubico.webauthn.data
Class AttestedCredentialData
java.lang.Object
com.yubico.webauthn.data.AttestedCredentialData
Attested credential data is a variable-length byte array added to the authenticator data when
generating an attestation object for a given credential. This class provides access to the three
data segments of that byte array.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@NonNull ByteArray
The AAGUID of the authenticator.@NonNull ByteArray
The credential ID of the attested credential.@NonNull ByteArray
The credential public key encoded in COSE_Key format, as defined in Section 7 of RFC 8152.int
hashCode()
com.yubico.webauthn.data.AttestedCredentialData.AttestedCredentialDataBuilder
toString()
-
Method Details
-
toBuilder
public com.yubico.webauthn.data.AttestedCredentialData.AttestedCredentialDataBuilder toBuilder() -
getAaguid
The AAGUID of the authenticator. -
getCredentialId
The credential ID of the attested credential. -
getCredentialPublicKey
The credential public key encoded in COSE_Key format, as defined in Section 7 of RFC 8152. -
equals
-
hashCode
public int hashCode() -
toString
-