Module com.webauthn4j.core
Class AttestedCredentialData
java.lang.Object
com.webauthn4j.data.attestation.authenticator.AttestedCredentialData
Attested credential data is a variable-length byte array added to the authenticator data when
generating an attestation object for a given credential.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttestedCredentialData(@NotNull AAGUID aaguid, @org.jetbrains.annotations.NotNull byte[] credentialId, @NotNull COSEKey coseKey) -
Method Summary
-
Constructor Details
-
AttestedCredentialData
-
-
Method Details