Package org.forgerock.secrets.keystore
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.-
ClassDescriptionA loader for the
KeyStoreSecretStore
that knows how to load standard PKCS#11 Hardware Security Module (HSM) providers on our supported platforms.A secret store for cryptographic keys based on a standard JavaKeyStore
.Specifies an alias with its validity for use in the store.Permits to retrieve the list of usable AliasSpecs of a specific KeyStore.Aggregates multiple AliasSpecProviders results to serve the list of AliasSpec for a KeyStore.Serves a matching subset of the aliases present in a KeyStore based on a predicate.An interface to allow the consuming application to provide the stable ID for the secret.Serves a static list of AliasSpecs, without looking at the real content of a KeyStore.