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 ByteArrayThe AAGUID of the authenticator.@NonNull ByteArrayThe credential ID of the attested credential.@NonNull ByteArrayThe credential public key encoded in COSE_Key format, as defined in Section 7 of RFC 8152.inthashCode()com.yubico.webauthn.data.AttestedCredentialData.AttestedCredentialDataBuildertoString() 
- 
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
 
 -