Package org.forgerock.audit.secure
Classes for handling secure audit logging.
-
Interface Summary Interface Description KeyStoreHandler Handles the access to a KeyStore.SecureStorage Represents a storage for secure keys, to be used for signing files. -
Class Summary Class Description JcaKeyStoreHandler Default implementation of a Keystore handler.KeyStoreHandlerDecorator Decorate aKeyStoreHandler
in order to add some commons utility methods to read or write keystore's entries.KeyStoreSecureStorage Implementation of a secure storage using a keystore. -
Exception Summary Exception Description SecureStorageException Exception that can be thrown by a SecureStorage implementation.