java.lang.Object
com.webauthn4j.data.attestation.AttestationObject
The attestation object contains both authenticator data and an attestation statement.
-
Constructor Summary
ConstructorsConstructorDescriptionAttestationObject(@NotNull AuthenticatorData<RegistrationExtensionAuthenticatorOutput> authenticatorData, @NotNull AttestationStatement attestationStatement) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AttestationStatement@NotNull StringinthashCode()toString()
-
Constructor Details
-
AttestationObject
public AttestationObject(@NotNull @NotNull AuthenticatorData<RegistrationExtensionAuthenticatorOutput> authenticatorData, @NotNull @NotNull AttestationStatement attestationStatement)
-
-
Method Details
-
getAuthenticatorData
@NotNull public @NotNull AuthenticatorData<RegistrationExtensionAuthenticatorOutput> getAuthenticatorData() -
getFormat
-
getAttestationStatement
-
equals
-
hashCode
public int hashCode() -
toString
-