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