Class JweEncryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.jose.jwe.JweEncryption
- All Implemented Interfaces:
JweEncryptionProvider,JweKeyProperties
- Direct Known Subclasses:
AesCbcHmacJweEncryption,DirectKeyJweEncryption,EcdhDirectKeyJweEncryption
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
AbstractJweEncryption.JweEncryptionInternal -
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
DEFAULT_AUTH_TAG_LENGTH, LOG -
Constructor Summary
ConstructorsConstructorDescriptionJweEncryption(KeyEncryptionProvider keyEncryptionAlgorithm, ContentEncryptionProvider contentEncryptionAlgo) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
createCekSecretKey, encrypt, encryptInternal, getAAD, getActualCek, getActualCipher, getAlgorithmParameterSpec, getAuthenticationTag, getAuthenticationTagProducer, getContentAlgorithm, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionAlgorithm, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptionOutput, getJwtHeadersWriter, getKeyAlgorithm, getKeyEncryptionAlgo
-
Constructor Details
-
JweEncryption
public JweEncryption(KeyEncryptionProvider keyEncryptionAlgorithm, ContentEncryptionProvider contentEncryptionAlgo)
-