Class AbstractContentEncryptionCipherProperties
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
- All Implemented Interfaces:
ContentEncryptionCipherProperties
- Direct Known Subclasses:
AbstractContentEncryptionAlgorithm,AesGcmContentDecryptionAlgorithm
public abstract class AbstractContentEncryptionCipherProperties
extends Object
implements ContentEncryptionCipherProperties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getAdditionalAuthenticationData(String headersJson, byte[] aad) getAlgorithmParameterSpec(byte[] theIv) protected int
-
Field Details
-
LOG
-
-
Constructor Details
-
AbstractContentEncryptionCipherProperties
-
-
Method Details
-
getAlgorithmParameterSpec
- Specified by:
getAlgorithmParameterSpecin interfaceContentEncryptionCipherProperties
-
getAdditionalAuthenticationData
- Specified by:
getAdditionalAuthenticationDatain interfaceContentEncryptionCipherProperties
-
getAuthTagLen
protected int getAuthTagLen() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceContentEncryptionCipherProperties
-