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

All Known Subinterfaces:
ContentDecryptionAlgorithm, ContentEncryptionAlgorithm
All Known Implementing Classes:
AbstractContentEncryptionAlgorithm, AbstractContentEncryptionCipherProperties, AesGcmContentDecryptionAlgorithm, AesGcmContentEncryptionAlgorithm

public interface ContentEncryptionCipherProperties


Method Summary
 byte[] getAdditionalAuthenticationData(String headersJson)
           
 AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)
           
 

Method Detail

getAdditionalAuthenticationData

byte[] getAdditionalAuthenticationData(String headersJson)

getAlgorithmParameterSpec

AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)


Apache CXF