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, Boolean enterpriseAttestation, byte[] largeBlobKey) Deprecated.AttestationObject
(String format, AuthenticatorData authenticatorData, Map<String, ?> attestationStatement, Boolean enterpriseAttestation, byte[] largeBlobKey, Map<String, ?> unsignedExtensionOutputs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static AttestationObject
fromCredential
(Ctap2Session.CredentialData credential) byte[]
int
hashCode()
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
@Deprecated public AttestationObject(String format, AuthenticatorData authenticatorData, Map<String, ?> attestationStatement, @Nullable Boolean enterpriseAttestation, @Nullable byte[] largeBlobKey) Deprecated. -
AttestationObject
-
-
Method Details
-
fromCredential
-
getFormat
-
getAuthenticatorData
-
getAttestationStatement
-
getEnterpriseAttestation
-
getLargeBlobKey
@Nullable public byte[] getLargeBlobKey() -
getUnsignedExtensionOutputs
-
toBytes
public byte[] toBytes() -
equals
-
hashCode
public int hashCode()
-