public class JweCompactProducer extends Object
| Constructor and Description |
|---|
JweCompactProducer(JweHeaders joseHeaders,
String data) |
JweCompactProducer(String data) |
| Modifier and Type | Method and Description |
|---|---|
String |
encryptWith(JsonWebKey key) |
String |
encryptWith(JweEncryptionProvider jwe) |
String |
encryptWith(PublicKey key) |
String |
encryptWith(SecretKey key) |
public JweCompactProducer(String data)
public JweCompactProducer(JweHeaders joseHeaders, String data)
public String encryptWith(JsonWebKey key)
public String encryptWith(JweEncryptionProvider jwe)
Apache CXF