Package org.apache.synapse.securevault
Interface DecryptionProvider
- All Known Implementing Classes:
AsymmetricCipher,BaseCipher,SymmetricCipher
public interface DecryptionProvider
Provides Decrypt operation
-
Method Summary
-
Method Details
-
decrypt
byte[] decrypt(byte[] cipherText) Decrypts input cipher bytes- Parameters:
cipherText- as a byte array- Returns:
- plain text as byte array
-