Interface ContentEncryptionCipherProperties

All Known Subinterfaces:
ContentDecryptionProvider, ContentEncryptionProvider
All Known Implementing Classes:
AbstractContentEncryptionAlgorithm, AbstractContentEncryptionCipherProperties, AesCbcContentEncryptionAlgorithm, AesGcmContentDecryptionAlgorithm, AesGcmContentEncryptionAlgorithm, EcdhAesGcmContentEncryptionAlgorithm

public interface ContentEncryptionCipherProperties
  • Method Details

    • getAlgorithm

      ContentAlgorithm getAlgorithm()
    • getAdditionalAuthenticationData

      byte[] getAdditionalAuthenticationData(String headersJson, byte[] aad)
    • getAlgorithmParameterSpec

      AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)