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

All Superinterfaces:
ContentEncryptionCipherProperties
All Known Implementing Classes:
AbstractContentEncryptionAlgorithm, AesGcmContentEncryptionAlgorithm, EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm

public interface ContentEncryptionAlgorithm
extends ContentEncryptionCipherProperties


Method Summary
 byte[] getContentEncryptionKey(JweHeaders headers)
           
 byte[] getInitVector()
           
 
Methods inherited from interface org.apache.cxf.rs.security.jose.jwe.ContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
 

Method Detail

getInitVector

byte[] getInitVector()

getContentEncryptionKey

byte[] getContentEncryptionKey(JweHeaders headers)


Apache CXF