Interface ContentDecryptionProvider
-
- All Superinterfaces:
ContentEncryptionCipherProperties
- All Known Implementing Classes:
AesGcmContentDecryptionAlgorithm
public interface ContentDecryptionProvider extends ContentEncryptionCipherProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getEncryptedSequence(JweHeaders headers, byte[] cipher, byte[] authTag)-
Methods inherited from interface org.apache.cxf.rs.security.jose.jwe.ContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
-
-
-
-
Method Detail
-
getEncryptedSequence
byte[] getEncryptedSequence(JweHeaders headers, byte[] cipher, byte[] authTag)
-
-