Serialized Form
-
Package com.yubico.webauthn.attestation
-
Class com.yubico.webauthn.attestation.Attestation extends java.lang.Object implements Serializable
-
Serialized Fields
-
deviceProperties
java.util.Map<java.lang.String,java.lang.String> deviceProperties
Free-form information about the authenticator model. -
metadataIdentifier
java.lang.String metadataIdentifier
A unique identifier for a particular version of the data source of the data in this object. -
transports
java.util.Set<Transport> transports
The set of communication modes supported by the authenticator. -
trusted
boolean trusted
true
if and only if the contained information has been verified to be cryptographically supported by a trusted attestation root. -
vendorProperties
java.util.Map<java.lang.String,java.lang.String> vendorProperties
Free-form information about the authenticator vendor.
-
-
-
-
Package com.yubico.webauthn.data.exception
-
Class com.yubico.webauthn.data.exception.Base64UrlException extends java.lang.Exception implements Serializable
-
Class com.yubico.webauthn.data.exception.HexException extends java.lang.Exception implements Serializable
-
-
Package com.yubico.webauthn.exception
-
Class com.yubico.webauthn.exception.AssertionFailedException extends java.lang.Exception implements Serializable
-
Class com.yubico.webauthn.exception.InvalidSignatureCountException extends AssertionFailedException implements Serializable
-
Serialized Fields
-
credentialId
ByteArray credentialId
-
expectedMinimum
long expectedMinimum
-
received
long received
-
-
-
Class com.yubico.webauthn.exception.RegistrationFailedException extends java.lang.Exception implements Serializable
-
-
Package com.yubico.webauthn.extension.appid
-
Class com.yubico.webauthn.extension.appid.InvalidAppIdException extends java.lang.Exception implements Serializable
-