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 SecretsTrustManagerSecretsProvider. getTrustManager(Purpose<? extends CryptoKey> purpose)Constructs anX509ExtendedTrustManagerthat will retrieve certificates from this secrets provider for the provided purpose.SecretsTrustManagerSecretsProvider. getTrustManager(Purpose<? extends CryptoKey> purpose, Options options)Constructs anX509ExtendedTrustManagerthat will retrieve certificates from this secrets provider for the provided purpose.
-