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