Class AggregatingTrustAnchorRepository

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

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

    • AggregatingTrustAnchorRepository

      public AggregatingTrustAnchorRepository(com.webauthn4j.anchor.TrustAnchorRepository... repositories)
  • 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