Class KeyStoreFileTrustAnchorsProvider

java.lang.Object
com.webauthn4j.anchor.CachingTrustAnchorsProviderBase
com.webauthn4j.anchor.KeyStoreFileTrustAnchorsProvider
All Implemented Interfaces:
TrustAnchorsProvider

@Deprecated public class KeyStoreFileTrustAnchorsProvider extends CachingTrustAnchorsProviderBase
Deprecated.
Loads AAGUID key TrustAnchor Set value Map from Java KeyStore file.
  • Constructor Details

    • KeyStoreFileTrustAnchorsProvider

      public KeyStoreFileTrustAnchorsProvider()
      Deprecated.
  • Method Details

    • loadTrustAnchors

      protected @NonNull Map<AAGUID,Set<TrustAnchor>> loadTrustAnchors()
      Deprecated.
      Loads AAGUID key TrustAnchor Set value Map
      Specified by:
      loadTrustAnchors in class CachingTrustAnchorsProviderBase
      Returns:
      AAGUID key TrustAnchor Set value Map
    • getKeyStore

      public @Nullable Path getKeyStore()
      Deprecated.
      Provides keyStore file
      Returns:
      keyStore file
    • setKeyStore

      public void setKeyStore(@Nullable Path keyStore)
      Deprecated.
      Sets keyStore file
      Parameters:
      keyStore - keyStore file
    • getPassword

      public @Nullable String getPassword()
      Deprecated.
      Provides keyStore file password
      Returns:
      keyStore file password
    • setPassword

      public void setPassword(@Nullable String password)
      Deprecated.
      Sets keyStore file password
      Parameters:
      password - keyStore file password