org.apache.cxf.rs.security.jose.jwe
Interface ContentDecryptionAlgorithm

All Superinterfaces:
ContentEncryptionCipherProperties
All Known Implementing Classes:
AesGcmContentDecryptionAlgorithm

public interface ContentDecryptionAlgorithm
extends ContentEncryptionCipherProperties


Method Summary
 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)


Apache CXF