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
public class JweEncryption extends AbstractJweEncryption
-
-
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
Constructors Constructor Description JweEncryption(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 Detail
-
JweEncryption
public JweEncryption(KeyEncryptionProvider keyEncryptionAlgorithm, ContentEncryptionProvider contentEncryptionAlgo)
-
-