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
public class DirectKeyJweDecryption extends JweDecryption
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
LOG
-
-
Constructor Summary
Constructors Constructor Description DirectKeyJweDecryption(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 Detail
-
DirectKeyJweDecryption
public DirectKeyJweDecryption(String encodedKey, ContentDecryptionProvider ctAlgo)
-
DirectKeyJweDecryption
public DirectKeyJweDecryption(byte[] key, ContentDecryptionProvider ctAlgo)
-
-