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

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.JweEncryptionState

public class JweEncryptionState
extends Object


Constructor Summary
JweEncryptionState(Cipher cipher, JweHeaders headers, byte[] contentEncryptionKey, byte[] iv, AuthenticationTagProducer authTagProducer, boolean compressionSupported)
           
 
Method Summary
 AuthenticationTagProducer getAuthTagProducer()
           
 Cipher getCipher()
           
 byte[] getContentEncryptionKey()
           
 JweHeaders getHeaders()
           
 byte[] getIv()
           
 boolean isCompressionSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JweEncryptionState

public JweEncryptionState(Cipher cipher,
                          JweHeaders headers,
                          byte[] contentEncryptionKey,
                          byte[] iv,
                          AuthenticationTagProducer authTagProducer,
                          boolean compressionSupported)
Method Detail

getCipher

public Cipher getCipher()

getHeaders

public JweHeaders getHeaders()

getContentEncryptionKey

public byte[] getContentEncryptionKey()

getIv

public byte[] getIv()

isCompressionSupported

public boolean isCompressionSupported()

getAuthTagProducer

public AuthenticationTagProducer getAuthTagProducer()


Apache CXF