public class JweJwtCompactConsumer extends Object
Constructor and Description |
---|
JweJwtCompactConsumer(String content) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
decryptWith(JsonWebKey key) |
JwtToken |
decryptWith(JweDecryptionProvider jwe) |
JwtToken |
decryptWith(RSAPrivateKey key) |
JwtToken |
decryptWith(SecretKey key) |
public JweJwtCompactConsumer(String content)
public JwtToken decryptWith(JsonWebKey key)
public JwtToken decryptWith(RSAPrivateKey key)
public JwtToken decryptWith(JweDecryptionProvider jwe)
Apache CXF