public class JweJwtCompactProducer extends Object
Constructor and Description |
---|
JweJwtCompactProducer(JoseHeaders joseHeaders,
JwtClaims claims) |
JweJwtCompactProducer(JwtClaims claims) |
JweJwtCompactProducer(JwtToken token) |
Modifier and Type | Method and Description |
---|---|
String |
encryptWith(JsonWebKey key) |
String |
encryptWith(JweEncryptionProvider jwe) |
String |
encryptWith(RSAPublicKey key) |
String |
encryptWith(SecretKey key) |
public JweJwtCompactProducer(JwtToken token)
public JweJwtCompactProducer(JwtClaims claims)
public JweJwtCompactProducer(JoseHeaders joseHeaders, JwtClaims claims)
public String encryptWith(JsonWebKey key)
public String encryptWith(RSAPublicKey key)
public String encryptWith(JweEncryptionProvider jwe)
Apache CXF