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