Interface ContentDecryptionProvider

All Superinterfaces:
ContentEncryptionCipherProperties
All Known Implementing Classes:
AesGcmContentDecryptionAlgorithm

public interface ContentDecryptionProvider extends ContentEncryptionCipherProperties
  • Method Details

    • getEncryptedSequence

      byte[] getEncryptedSequence(JweHeaders headers, byte[] cipher, byte[] authTag)