Class KeyStoreHandlerDecorator

java.lang.Object
org.forgerock.audit.secure.KeyStoreHandlerDecorator
All Implemented Interfaces:
KeyStoreHandler

public class KeyStoreHandlerDecorator extends Object implements KeyStoreHandler
Decorate a KeyStoreHandler in order to add some commons utility methods to read or write keystore's entries.
  • Constructor Details

    • KeyStoreHandlerDecorator

      public KeyStoreHandlerDecorator(KeyStoreHandler delegate)
      Constructs a new KeyStoreHandlerDecorator.
      Parameters:
      delegate - the KeyStoreHandler to decorate.
  • Method Details