org.apache.cxf.rs.security.jose.jwe
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContentEncryptionCipherProperties
public AbstractContentEncryptionCipherProperties()
getAlgorithmParameterSpec
public AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] theIv)
- Specified by:
getAlgorithmParameterSpec in interface ContentEncryptionCipherProperties
getAdditionalAuthenticationData
public byte[] getAdditionalAuthenticationData(String headersJson)
- Specified by:
getAdditionalAuthenticationData in interface ContentEncryptionCipherProperties
getAuthTagLen
protected int getAuthTagLen()
Apache CXF