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(PrivateKey key) |
JwtToken |
decryptWith(SecretKey key) |
JweHeaders |
getHeaders() |
public JweJwtCompactConsumer(String content)
public JwtToken decryptWith(JsonWebKey key)
public JwtToken decryptWith(PrivateKey key)
public JwtToken decryptWith(JweDecryptionProvider jwe)
public JweHeaders getHeaders()
Apache CXF