Package org.apache.synapse.securevault
Interface DecryptionProvider
-
- All Known Implementing Classes:
AsymmetricCipher,BaseCipher,SymmetricCipher
public interface DecryptionProviderProvides Decrypt operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decrypt(byte[] cipherText)Decrypts input cipher bytes
-