Class DirectKeyJweDecryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
org.apache.cxf.rs.security.jose.jwe.JweDecryption
org.apache.cxf.rs.security.jose.jwe.DirectKeyJweDecryption
- All Implemented Interfaces:
JweDecryptionProvider,JweKeyProperties
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
LOG -
Constructor Summary
ConstructorsConstructorDescriptionDirectKeyJweDecryption(byte[] key, ContentDecryptionProvider ctAlgo) DirectKeyJweDecryption(String encodedKey, ContentDecryptionProvider ctAlgo) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
decrypt, decrypt, doDecrypt, getActualCek, getContentAlgorithm, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits, getKeyAlgorithm
-
Constructor Details
-
DirectKeyJweDecryption
-
DirectKeyJweDecryption
-