org.apache.cxf.rs.security.jose.jwe
Interface ContentEncryptionCipherProperties
- All Known Subinterfaces:
- ContentDecryptionAlgorithm, ContentEncryptionProvider
- All Known Implementing Classes:
- AbstractContentEncryptionAlgorithm, AbstractContentEncryptionCipherProperties, AesGcmContentDecryptionAlgorithm, AesGcmContentEncryptionAlgorithm, EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
public interface ContentEncryptionCipherProperties
getAlgorithm
ContentAlgorithm getAlgorithm()
getAdditionalAuthenticationData
byte[] getAdditionalAuthenticationData(String headersJson,
byte[] aad)
getAlgorithmParameterSpec
AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)
Apache CXF