|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.rs.security.jose.jwe.JweJsonProducer
public class JweJsonProducer
| Constructor Summary | |
|---|---|
JweJsonProducer(JweHeaders protectedHeader,
byte[] content)
|
|
JweJsonProducer(JweHeaders protectedHeader,
byte[] content,
byte[] aad)
|
|
JweJsonProducer(JweHeaders protectedHeader,
JweHeaders unprotectedHeader,
byte[] content,
byte[] aad)
|
|
| Method Summary | |
|---|---|
String |
encryptWith(JweEncryptionProvider encryptor)
|
String |
encryptWith(JweEncryptionProvider encryptor,
JweHeaders recipientUnprotected)
|
String |
encryptWith(List<JweEncryptionProvider> encryptors)
|
String |
encryptWith(List<JweEncryptionProvider> encryptors,
List<JweHeaders> recipientUnprotected)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JweJsonProducer(JweHeaders protectedHeader,
byte[] content)
public JweJsonProducer(JweHeaders protectedHeader,
byte[] content,
byte[] aad)
public JweJsonProducer(JweHeaders protectedHeader,
JweHeaders unprotectedHeader,
byte[] content,
byte[] aad)
| Method Detail |
|---|
public String encryptWith(JweEncryptionProvider encryptor)
public String encryptWith(JweEncryptionProvider encryptor,
JweHeaders recipientUnprotected)
public String encryptWith(List<JweEncryptionProvider> encryptors)
public String encryptWith(List<JweEncryptionProvider> encryptors,
List<JweHeaders> recipientUnprotected)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||