Uses of Package
org.forgerock.secrets.keystore
-
Packages that use org.forgerock.secrets.keystore Package Description org.forgerock.openig.secrets Provides the Common Secrets API for accessing secrets of various kinds.org.forgerock.secrets.keystore Implementations ofSecretStore
for accessing keys stored in Java KeyStores, such as PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores. -
Classes in org.forgerock.secrets.keystore used by org.forgerock.openig.secrets Class Description KeyStoreSecretStore A secret store for cryptographic keys based on a standard JavaKeyStore
. -
Classes in org.forgerock.secrets.keystore used by org.forgerock.secrets.keystore Class Description KeyStoreSecretStore.AliasSpec Specifies an alias with its validity for use in the store.KeyStoreSecretStore.AliasSpecProvider Permits to retrieve the list of usable AliasSpecs of a specific KeyStore.KeyStoreSecretStore.KeyDetails Details of a key that comes from the keystore.KeyStoreSecretStore.StableIdProvider An interface to allow the consuming application to provide the stable ID for the secret.