Uses of Interface
org.forgerock.audit.secure.KeyStoreHandler
Packages that use 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
Methods in org.forgerock.audit.providers that return KeyStoreHandlerModifier and TypeMethodDescriptionDefaultKeyStoreHandlerProvider.getKeystoreHandler(String name) KeyStoreHandlerProvider.getKeystoreHandler(String name) Returns the keystore handler corresponding to the given name.Methods in org.forgerock.audit.providers with parameters of type KeyStoreHandlerModifier and TypeMethodDescriptionvoidDefaultKeyStoreHandlerProvider.registerKeyStoreHandler(String name, KeyStoreHandler handler) Register a storage with the given name.Constructor parameters in org.forgerock.audit.providers with type arguments of type KeyStoreHandlerModifierConstructorDescriptionDefaultKeyStoreHandlerProvider(Map<String, KeyStoreHandler> handlers) Creates a provider with someKeyStoreHandlerinstances. -
Uses of KeyStoreHandler in org.forgerock.audit.secure
Classes in org.forgerock.audit.secure that implement KeyStoreHandlerModifier and TypeClassDescriptionclassDefault implementation of a Keystore handler.classDecorate aKeyStoreHandlerin order to add some commons utility methods to read or write keystore's entries.Methods in org.forgerock.audit.secure with parameters of type KeyStoreHandlerModifier and TypeMethodDescriptionvoidKeyStoreSecureStorage.setKeyStoreHandler(KeyStoreHandler keyStoreHandler) Set the key store handler.Constructors in org.forgerock.audit.secure with parameters of type KeyStoreHandlerModifierConstructorDescriptionKeyStoreHandlerDecorator(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.