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