org.apache.cxf.rs.security.jose.jwe
Class JweEncryptionState
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweEncryptionState
public class JweEncryptionState
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JweEncryptionState
public JweEncryptionState(Cipher cipher,
JweHeaders headers,
byte[] contentEncryptionKey,
byte[] iv,
AuthenticationTagProducer authTagProducer,
boolean compressionSupported)
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