Uses of Class
org.forgerock.secrets.SecretsTrustManager
Package
Description
Provides the Common Secrets API for accessing secrets of various kinds.
Provides a unified API for accessing secrets of various kinds.
-
Uses of SecretsTrustManager in org.forgerock.openig.secrets
Modifier and TypeMethodDescriptionSecretsService.getTrustManager
(Purpose<? extends CryptoKey> purpose) Constructs anX509ExtendedTrustManager
that will retrieve certificates from this secrets provider for the provided purpose.SecretsService.getTrustManager
(Purpose<? extends CryptoKey> purpose, Options options) Constructs anX509ExtendedTrustManager
that will retrieve certificates from this secrets provider for the provided purpose. -
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.