Interface SecretKeyStore

All Known Implementing Classes:
InMemorySecretKeyStore

public interface SecretKeyStore
A store of secret keys. Implementations could store secret keys in a database, on disk, etc. Thread-safe.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details