Uses of Interface
org.forgerock.audit.secure.KeyStoreHandler
Package
Description
Dependencies that can be made available to the
AuditService
via a
DependencyProvider
.Classes for handling secure audit logging.
-
Uses of KeyStoreHandler in org.forgerock.audit.providers
Modifier and TypeMethodDescriptionDefaultKeyStoreHandlerProvider.getKeystoreHandler
(String name) KeyStoreHandlerProvider.getKeystoreHandler
(String name) Returns the keystore handler corresponding to the given name.Modifier and TypeMethodDescriptionvoid
DefaultKeyStoreHandlerProvider.registerKeyStoreHandler
(String name, KeyStoreHandler handler) Register a storage with the given name.ModifierConstructorDescriptionDefaultKeyStoreHandlerProvider
(Map<String, KeyStoreHandler> handlers) Creates a provider with someKeyStoreHandler
instances. -
Uses of KeyStoreHandler in org.forgerock.audit.secure
Modifier and TypeClassDescriptionclass
Default implementation of a Keystore handler.class
Decorate aKeyStoreHandler
in order to add some commons utility methods to read or write keystore's entries.Modifier and TypeMethodDescriptionvoid
KeyStoreSecureStorage.setKeyStoreHandler
(KeyStoreHandler keyStoreHandler) Set the key store handler.ModifierConstructorDescriptionKeyStoreHandlerDecorator
(KeyStoreHandler delegate) Constructs a new KeyStoreHandlerDecorator.KeyStoreSecureStorage
(KeyStoreHandler keyStoreHandler, PrivateKey privateKey) Creates the storage with a keystore handler, initialized to verify only.KeyStoreSecureStorage
(KeyStoreHandler keyStoreHandler, PublicKey publicKey) Creates the storage with a keystore handler, initialized to verify only.KeyStoreSecureStorage
(KeyStoreHandler keyStoreHandler, PublicKey publicKey, PrivateKey privateKey) Creates the storage with a keystore handler, initialized to verify only.