All Superinterfaces:
CryptographicMaterials
All Known Implementing Classes:
AbstractRawMaterials, AsymmetricRawMaterials, SymmetricRawMaterials, WrappedRawMaterials

public interface EncryptionMaterials extends CryptographicMaterials
Author:
Greg Rubin
  • Method Details

    • getEncryptionKey

      SecretKey getEncryptionKey()
    • getSigningKey

      Key getSigningKey()