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

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

public interface ContentEncryptionCipherProperties


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

Method Detail

getAlgorithm

String getAlgorithm()

getAdditionalAuthenticationData

byte[] getAdditionalAuthenticationData(String headersJson,
                                       byte[] aad)

getAlgorithmParameterSpec

AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)


Apache CXF