Class MetadataBLOBBasedTrustAnchorRepository

java.lang.Object
com.webauthn4j.metadata.anchor.MetadataBLOBBasedTrustAnchorRepository
All Implemented Interfaces:
com.webauthn4j.anchor.TrustAnchorRepository

public class MetadataBLOBBasedTrustAnchorRepository extends Object implements com.webauthn4j.anchor.TrustAnchorRepository
  • Constructor Details

    • MetadataBLOBBasedTrustAnchorRepository

      public MetadataBLOBBasedTrustAnchorRepository(MetadataBLOBProvider... metadataBLOBProviders)
  • Method Details

    • find

      public Set<TrustAnchor> find(com.webauthn4j.data.attestation.authenticator.AAGUID aaguid)
      Specified by:
      find in interface com.webauthn4j.anchor.TrustAnchorRepository
    • find

      public Set<TrustAnchor> find(byte[] attestationCertificateKeyIdentifier)
      Specified by:
      find in interface com.webauthn4j.anchor.TrustAnchorRepository
    • isNotFidoCertifiedAllowed

      public boolean isNotFidoCertifiedAllowed()
    • setNotFidoCertifiedAllowed

      public void setNotFidoCertifiedAllowed(boolean notFidoCertifiedAllowed)
    • isSelfAssertionSubmittedAllowed

      public boolean isSelfAssertionSubmittedAllowed()
    • setSelfAssertionSubmittedAllowed

      public void setSelfAssertionSubmittedAllowed(boolean selfAssertionSubmittedAllowed)