Interface KeyStoreHandlerProvider

All Known Implementing Classes:
DefaultKeyStoreHandlerProvider

public interface KeyStoreHandlerProvider
Strategy for obtaining a keystore handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the keystore handler corresponding to the given name.
  • Method Details

    • getKeystoreHandler

      KeyStoreHandler getKeystoreHandler(String name)
      Returns the keystore handler corresponding to the given name.
      Parameters:
      name - The name of instance to retrieve
      Returns:
      the keystore handler