org.apache.cxf.rs.security.jose.jwe
Class DirectKeyJweDecryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
org.apache.cxf.rs.security.jose.jwe.DirectKeyJweDecryption
- All Implemented Interfaces:
- JweDecryptionProvider
public class DirectKeyJweDecryption
- extends AbstractJweDecryption
| Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption |
decrypt, decrypt, doDecrypt, doDecrypt, getActualCek, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectKeyJweDecryption
public DirectKeyJweDecryption(Key contentDecryptionKey,
ContentDecryptionAlgorithm cipherProps)
DirectKeyJweDecryption
public DirectKeyJweDecryption(Key contentDecryptionKey,
JoseHeadersReader reader,
ContentDecryptionAlgorithm cipherProps)
Apache CXF