Interface SecureStorageProvider

All Known Implementing Classes:
DefaultSecureStorageProvider

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

    Modifier and Type
    Method
    Description
    Returns the secure storage corresponding to the given name.
  • Method Details

    • 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