public interface JweDecryptionProvider extends JweKeyProperties
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(JweDecryptionInput jweInput) |
JweDecryptionOutput |
decrypt(String jweContent) |
getContentAlgorithm, getKeyAlgorithm
JweDecryptionOutput decrypt(String jweContent)
byte[] decrypt(JweDecryptionInput jweInput)
Apache CXF