Class MetadataStatement

java.lang.Object
com.webauthn4j.metadata.legacy.data.statement.MetadataStatement
All Implemented Interfaces:
Serializable

@Deprecated public class MetadataStatement extends Object implements Serializable
Deprecated.
This metadata statement contains a subset of verifiable information for authenticators certified by the FIDO Alliance.
See Also:
  • Constructor Details

  • Method Details

    • getLegalHeader

      public String getLegalHeader()
      Deprecated.
    • getAaid

      public AAID getAaid()
      Deprecated.
    • getAaguid

      public com.webauthn4j.data.attestation.authenticator.AAGUID getAaguid()
      Deprecated.
    • getAttestationCertificateKeyIdentifiers

      public List<String> getAttestationCertificateKeyIdentifiers()
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
    • getAlternativeDescriptions

      public AlternativeDescriptions getAlternativeDescriptions()
      Deprecated.
    • getAuthenticatorVersion

      public Integer getAuthenticatorVersion()
      Deprecated.
    • getProtocolFamily

      public String getProtocolFamily()
      Deprecated.
    • getUpv

      public List<Version> getUpv()
      Deprecated.
    • getAssertionScheme

      public String getAssertionScheme()
      Deprecated.
    • getAuthenticationAlgorithm

      public com.webauthn4j.data.AuthenticationAlgorithm getAuthenticationAlgorithm()
      Deprecated.
    • getAuthenticationAlgorithms

      public List<com.webauthn4j.data.AuthenticationAlgorithm> getAuthenticationAlgorithms()
      Deprecated.
    • getPublicKeyAlgAndEncoding

      public com.webauthn4j.data.PublicKeyRepresentationFormat getPublicKeyAlgAndEncoding()
      Deprecated.
    • getPublicKeyAlgAndEncodings

      public List<com.webauthn4j.data.PublicKeyRepresentationFormat> getPublicKeyAlgAndEncodings()
      Deprecated.
    • getAttestationTypes

      public List<com.webauthn4j.data.AuthenticatorAttestationType> getAttestationTypes()
      Deprecated.
    • getUserVerificationDetails

      public List<VerificationMethodANDCombinations> getUserVerificationDetails()
      Deprecated.
    • getKeyProtection

      public KeyProtections getKeyProtection()
      Deprecated.
    • getKeyRestricted

      public Boolean getKeyRestricted()
      Deprecated.
    • getFreshUserVerificationRequired

      public Boolean getFreshUserVerificationRequired()
      Deprecated.
    • getMatcherProtection

      public MatcherProtections getMatcherProtection()
      Deprecated.
    • getCryptoStrength

      public Integer getCryptoStrength()
      Deprecated.
    • getOperationEnv

      public String getOperationEnv()
      Deprecated.
    • getAttachmentHint

      public AttachmentHints getAttachmentHint()
      Deprecated.
    • getSecondFactorOnly

      public Boolean getSecondFactorOnly()
      Deprecated.
    • getTcDisplay

      public TransactionConfirmationDisplays getTcDisplay()
      Deprecated.
    • getTcDisplayContentType

      public String getTcDisplayContentType()
      Deprecated.
    • getTcDisplayPNGCharacteristics

      public List<DisplayPNGCharacteristicsDescriptor> getTcDisplayPNGCharacteristics()
      Deprecated.
    • getAttestationRootCertificates

      public List<X509Certificate> getAttestationRootCertificates()
      Deprecated.
    • getEcdaaTrustAnchors

      public List<EcdaaTrustAnchor> getEcdaaTrustAnchors()
      Deprecated.
    • getIcon

      public String getIcon()
      Deprecated.
    • getSupportedExtensions

      public List<ExtensionDescriptor> getSupportedExtensions()
      Deprecated.