Uses of Class
org.forgerock.secrets.SecretsTrustManager
-
Packages that use SecretsTrustManager Package Description org.forgerock.secrets Provides a unified API for accessing secrets of various kinds. -
-
Uses of SecretsTrustManager in org.forgerock.secrets
Methods in org.forgerock.secrets that return SecretsTrustManager Modifier and Type Method Description SecretsTrustManager
SecretsProvider. getTrustManager(Set<Purpose<? extends CryptoKey>> purposes, Options options)
Constructs anX509ExtendedTrustManager
that will retrieve certificates from this secrets provider for the provided purposes.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.
-