Package org.forgerock.secrets.keystore
Implementations of
SecretStore
for accessing keys stored in Java KeyStores, such as
PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores.-
Interface Summary Interface Description KeyStoreSecretStore.StableIdProvider An interface to allow the consuming application to provide the stable ID for the secret. -
Class Summary Class Description HsmKeyStoreLoader A loader for theKeyStoreSecretStore
that knows how to load standard PKCS#11 Hardware Security Module (HSM) providers on our supported platforms.KeyStoreSecretStore A secret store for cryptographic keys based on a standard JavaKeyStore
.KeyStoreSecretStore.AliasSpec Specifies an alias with its validity for use in the store.