Uses of Class
org.forgerock.secrets.SecretsTrustManager
Package
Description
The AM supporting classes for centrally configuring secrets.
Provides a unified API for accessing secrets of various kinds.
-
Uses of SecretsTrustManager in org.forgerock.openam.secrets
Modifier and TypeMethodDescriptionSecretsProviderFacade.getTrustManager
(Purpose<? extends CryptoKey> purpose, Options options) -
Uses of SecretsTrustManager in org.forgerock.secrets
Modifier and TypeMethodDescriptionSecretsProvider.getTrustManager
(Set<Purpose<? extends CryptoKey>> purposes, Options options) Constructs anX509ExtendedTrustManager
that will retrieve certificates from this secrets provider for the provided purposes.SecretsProvider.getTrustManager
(Purpose<? extends CryptoKey> purpose) Constructs anX509ExtendedTrustManager
that will retrieve certificates from this secrets provider for the provided purpose.SecretsProvider.getTrustManager
(Purpose<? extends CryptoKey> purpose, Options options) Constructs anX509ExtendedTrustManager
that will retrieve certificates from this secrets provider for the provided purpose.