org.apache.cxf.rs.security.oauth2.jwe
Class JweEncryption

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.jwe.JweEncryption

public class JweEncryption
extends Object


Constructor Summary
JweEncryption(Cipher cipher, int authTagLen, JweHeaders headers, byte[] contentEncryptionKey, byte[] iv, boolean compressionSupported)
           
 
Method Summary
 int getAuthTagLen()
           
 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

JweEncryption

public JweEncryption(Cipher cipher,
                     int authTagLen,
                     JweHeaders headers,
                     byte[] contentEncryptionKey,
                     byte[] iv,
                     boolean compressionSupported)
Method Detail

getCipher

public Cipher getCipher()

getHeaders

public JweHeaders getHeaders()

getContentEncryptionKey

public byte[] getContentEncryptionKey()

getIv

public byte[] getIv()

isCompressionSupported

public boolean isCompressionSupported()

getAuthTagLen

public int getAuthTagLen()


Apache CXF