Class DirectKeyJweEncryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.jose.jwe.JweEncryption
org.apache.cxf.rs.security.jose.jwe.DirectKeyJweEncryption
- All Implemented Interfaces:
JweEncryptionProvider,JweKeyProperties
-
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 -
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
-
DirectKeyJweEncryption
-