org.apache.cxf.rs.security.jose.jwe
Class JweEncryptionInput
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweEncryptionInput
public class JweEncryptionInput
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JweEncryptionInput
public JweEncryptionInput(JweHeaders jweHeaders)
JweEncryptionInput
public JweEncryptionInput(JweHeaders jweHeaders,
byte[] cek,
byte[] iv)
JweEncryptionInput
public JweEncryptionInput(JweHeaders jweHeaders,
byte[] aad)
JweEncryptionInput
public JweEncryptionInput(JweHeaders jweHeaders,
byte[] cek,
byte[] iv,
byte[] aad)
getJweHeaders
public JweHeaders getJweHeaders()
getCek
public byte[] getCek()
getIv
public byte[] getIv()
getAad
public byte[] getAad()
Apache CXF