Interface SecureStorageProvider

  • All Known Implementing Classes:
    DefaultSecureStorageProvider

    public interface SecureStorageProvider
    Strategy for obtaining a secure storage, used by handlers providing tamper-evident feature.
    • Method Detail

      • getSecureStorage

        SecureStorage getSecureStorage​(String name)
        Returns the secure storage corresponding to the given name.
        Parameters:
        name - The name of instance to retrieve
        Returns:
        the secure storage