Package com.yubico.yubikit.fido.ctap
Class Ctap2Session.CredentialData
java.lang.Object
com.yubico.yubikit.fido.ctap.Ctap2Session.CredentialData
- Enclosing class:
- Ctap2Session
Data class holding the result of makeCredential.
-
Method Summary
Modifier and TypeMethodDescriptionThe attestation statement, whose format is identified by the "fmt" object member.byte[]
The AuthenticatorData object.Indicates whether an enterprise attestation was returned for this credential.The attestation statement format identifier.byte[]
The largeBlobKey for the credential, if requested with the largeBlobKey extension.
-
Method Details
-
getAuthenticatorData
public byte[] getAuthenticatorData()The AuthenticatorData object.- Returns:
- the AuthenticatorData
- See Also:
-
getFormat
The attestation statement format identifier.- Returns:
- the format of the attestation
-
getAttestationStatement
The attestation statement, whose format is identified by the "fmt" object member.- Returns:
- the attestation statement
-
getEnterpriseAttestation
Indicates whether an enterprise attestation was returned for this credential.- Returns:
- null or false if enterprise attestation was not returned, otherwise true
-
getLargeBlobKey
@Nullable public byte[] getLargeBlobKey()The largeBlobKey for the credential, if requested with the largeBlobKey extension.- Returns:
- the largeBlobKey for the credential
-