org.apache.cxf.rs.security.jose.jwe
Class WrappedKeyJweDecryption

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
      extended by org.apache.cxf.rs.security.jose.jwe.WrappedKeyJweDecryption
All Implemented Interfaces:
JweDecryptionProvider

public class WrappedKeyJweDecryption
extends AbstractJweDecryption


Constructor Summary
WrappedKeyJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, ContentDecryptionAlgorithm contentDecryptionAlgo)
           
WrappedKeyJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, JoseHeadersReader reader, ContentDecryptionAlgorithm cipherProps)
           
 
Method Summary
 
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
 

Constructor Detail

WrappedKeyJweDecryption

public WrappedKeyJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
                               ContentDecryptionAlgorithm contentDecryptionAlgo)

WrappedKeyJweDecryption

public WrappedKeyJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
                               JoseHeadersReader reader,
                               ContentDecryptionAlgorithm cipherProps)


Apache CXF