Class MetadataStatement
java.lang.Object
com.webauthn4j.metadata.legacy.data.statement.MetadataStatement
- All Implemented Interfaces:
Serializable
Deprecated.
This metadata statement contains a subset of verifiable information for authenticators certified by the FIDO Alliance.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataStatement(String legalHeader, AAID aaid, com.webauthn4j.data.attestation.authenticator.AAGUID aaguid, List<String> attestationCertificateKeyIdentifiers, String description, AlternativeDescriptions alternativeDescriptions, Integer authenticatorVersion, String protocolFamily, List<Version> upv, String assertionScheme, com.webauthn4j.data.AuthenticationAlgorithm authenticationAlgorithm, List<com.webauthn4j.data.AuthenticationAlgorithm> authenticationAlgorithms, com.webauthn4j.data.PublicKeyRepresentationFormat publicKeyAlgAndEncoding, List<com.webauthn4j.data.PublicKeyRepresentationFormat> publicKeyAlgAndEncodings, List<com.webauthn4j.data.AuthenticatorAttestationType> authenticatorAttestationTypes, List<VerificationMethodANDCombinations> userVerificationDetails, KeyProtections keyProtection, Boolean isKeyRestricted, Boolean isFreshUserVerificationRequired, MatcherProtections matcherProtection, Integer cryptoStrength, String operationEnv, AttachmentHints attachmentHint, Boolean isSecondFactorOnly, TransactionConfirmationDisplays tcDisplay, String tcDisplayContentType, List<DisplayPNGCharacteristicsDescriptor> tcDisplayPNGCharacteristics, List<X509Certificate> attestationRootCertificates, List<EcdaaTrustAnchor> ecdaaTrustAnchors, String icon, List<ExtensionDescriptor> supportedExtensions) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.webauthn4j.data.attestation.authenticator.AAGUIDDeprecated.getAaid()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.List<com.webauthn4j.data.AuthenticatorAttestationType>Deprecated.com.webauthn4j.data.AuthenticationAlgorithmDeprecated.List<com.webauthn4j.data.AuthenticationAlgorithm>Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getIcon()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.com.webauthn4j.data.PublicKeyRepresentationFormatDeprecated.List<com.webauthn4j.data.PublicKeyRepresentationFormat>Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getUpv()Deprecated.Deprecated.
-
Constructor Details
-
MetadataStatement
public MetadataStatement(String legalHeader, AAID aaid, com.webauthn4j.data.attestation.authenticator.AAGUID aaguid, List<String> attestationCertificateKeyIdentifiers, String description, AlternativeDescriptions alternativeDescriptions, Integer authenticatorVersion, String protocolFamily, List<Version> upv, String assertionScheme, com.webauthn4j.data.AuthenticationAlgorithm authenticationAlgorithm, List<com.webauthn4j.data.AuthenticationAlgorithm> authenticationAlgorithms, com.webauthn4j.data.PublicKeyRepresentationFormat publicKeyAlgAndEncoding, List<com.webauthn4j.data.PublicKeyRepresentationFormat> publicKeyAlgAndEncodings, List<com.webauthn4j.data.AuthenticatorAttestationType> authenticatorAttestationTypes, List<VerificationMethodANDCombinations> userVerificationDetails, KeyProtections keyProtection, Boolean isKeyRestricted, Boolean isFreshUserVerificationRequired, MatcherProtections matcherProtection, Integer cryptoStrength, String operationEnv, AttachmentHints attachmentHint, Boolean isSecondFactorOnly, TransactionConfirmationDisplays tcDisplay, String tcDisplayContentType, List<DisplayPNGCharacteristicsDescriptor> tcDisplayPNGCharacteristics, List<X509Certificate> attestationRootCertificates, List<EcdaaTrustAnchor> ecdaaTrustAnchors, String icon, List<ExtensionDescriptor> supportedExtensions) Deprecated.
-
-
Method Details
-
getLegalHeader
Deprecated. -
getAaid
Deprecated. -
getAaguid
public com.webauthn4j.data.attestation.authenticator.AAGUID getAaguid()Deprecated. -
getAttestationCertificateKeyIdentifiers
Deprecated. -
getDescription
Deprecated. -
getAlternativeDescriptions
Deprecated. -
getAuthenticatorVersion
Deprecated. -
getProtocolFamily
Deprecated. -
getUpv
Deprecated. -
getAssertionScheme
Deprecated. -
getAuthenticationAlgorithm
public com.webauthn4j.data.AuthenticationAlgorithm getAuthenticationAlgorithm()Deprecated. -
getAuthenticationAlgorithms
Deprecated. -
getPublicKeyAlgAndEncoding
public com.webauthn4j.data.PublicKeyRepresentationFormat getPublicKeyAlgAndEncoding()Deprecated. -
getPublicKeyAlgAndEncodings
Deprecated. -
getAttestationTypes
Deprecated. -
getUserVerificationDetails
Deprecated. -
getKeyProtection
Deprecated. -
getKeyRestricted
Deprecated. -
getFreshUserVerificationRequired
Deprecated. -
getMatcherProtection
Deprecated. -
getCryptoStrength
Deprecated. -
getOperationEnv
Deprecated. -
getAttachmentHint
Deprecated. -
getSecondFactorOnly
Deprecated. -
getTcDisplay
Deprecated. -
getTcDisplayContentType
Deprecated. -
getTcDisplayPNGCharacteristics
Deprecated. -
getAttestationRootCertificates
Deprecated. -
getEcdaaTrustAnchors
Deprecated. -
getIcon
Deprecated. -
getSupportedExtensions
Deprecated.
-