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

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
      extended by org.apache.cxf.rs.security.jose.jwe.DirectKeyJweDecryption
All Implemented Interfaces:
JweDecryptionProvider, JweKeyProperties
Direct Known Subclasses:
EcdhDirectKeyJweDecryption

public class DirectKeyJweDecryption
extends AbstractJweDecryption


Nested Class Summary
protected static class DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm
           
 
Constructor Summary
protected DirectKeyJweDecryption(DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm direct, ContentDecryptionAlgorithm cipherProps)
           
  DirectKeyJweDecryption(Key contentDecryptionKey, ContentDecryptionAlgorithm cipherProps)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
decrypt, decrypt, doDecrypt, getActualCek, getContentAlgorithm, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits, getKeyAlgorithm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectKeyJweDecryption

public DirectKeyJweDecryption(Key contentDecryptionKey,
                              ContentDecryptionAlgorithm cipherProps)

DirectKeyJweDecryption

protected DirectKeyJweDecryption(DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm direct,
                                 ContentDecryptionAlgorithm cipherProps)


Apache CXF