Interface KeyResourceLoader

All Known Implementing Classes:
SpringKeyResourceLoader

public interface KeyResourceLoader
Manages key resources (key store and key store passwords)
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeyStore(String keyStoreLocation)
    Loads and returns an InputStream of the key store at the configured location.
    loadKeyMetaData(String keyMetaDataFileLocation)
    Loads key metadata from the configured passwords file location.