Package com.webauthn4j.data.attestation
Class AttestationObject
java.lang.Object
com.webauthn4j.data.attestation.AttestationObject
- All Implemented Interfaces:
Serializable
The attestation object contains both authenticator data and an attestation statement.
-
Constructor Summary
ConstructorsConstructorDescriptionAttestationObject(@NonNull AuthenticatorData<RegistrationExtensionAuthenticatorOutput> authenticatorData, @NonNull AttestationStatement attestationStatement) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull AttestationStatement@NonNull StringinthashCode()toString()
-
Constructor Details
-
AttestationObject
public AttestationObject(@NonNull AuthenticatorData<RegistrationExtensionAuthenticatorOutput> authenticatorData, @NonNull AttestationStatement attestationStatement)
-
-
Method Details