Package com.yubico.yubikit.fido.webauthn
Class AttestationObject
java.lang.Object
com.yubico.yubikit.fido.webauthn.AttestationObject
Webauthn AttestationObject which exposes attestation authenticator data.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttestationObject(String format, AuthenticatorData authenticatorData, Map<String, ?> attestationStatement, @Nullable Boolean enterpriseAttestation, byte @Nullable [] largeBlobKey, @Nullable Map<String, ?> unsignedExtensionOutputs) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic AttestationObjectfromCredential(Ctap2Session.CredentialData credential) @Nullable Booleanbyte @Nullable []inthashCode()byte[]toBytes()
-
Field Details
-
KEY_FORMAT
- See Also:
-
KEY_AUTHENTICATOR_DATA
- See Also:
-
KEY_ATTESTATION_STATEMENT
- See Also:
-
KEY_EP_ATT
- See Also:
-
KEY_LARGE_BLOB_KEY
- See Also:
-
KEY_UNSIGNED_EXTENSION_OUTPUTS
- See Also:
-
-
Constructor Details
-
AttestationObject
-
-
Method Details
-
fromCredential
-
getFormat
-
getAuthenticatorData
-
getAttestationStatement
-
getEnterpriseAttestation
-
getLargeBlobKey
public byte @Nullable [] getLargeBlobKey() -
getUnsignedExtensionOutputs
-
toBytes
public byte[] toBytes() -
equals
-
hashCode
public int hashCode()
-