Class JweDecryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
org.apache.cxf.rs.security.jose.jwe.JweDecryption
- All Implemented Interfaces:
JweDecryptionProvider,JweKeyProperties
- Direct Known Subclasses:
AesCbcHmacJweDecryption,DirectKeyJweDecryption,EcdhDirectKeyJweDecryption
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
LOG -
Constructor Summary
ConstructorsConstructorDescriptionJweDecryption(KeyDecryptionProvider keyDecryptionAlgo, ContentDecryptionProvider cipherProps) -
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
-
JweDecryption
public JweDecryption(KeyDecryptionProvider keyDecryptionAlgo, ContentDecryptionProvider cipherProps)
-