Package org.apache.synapse.securevault
Interface EncryptionProvider
-
- All Known Implementing Classes:
AsymmetricCipher,BaseCipher,SymmetricCipher
public interface EncryptionProviderProvides Encrypt operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]encrypt(byte[] plainText)Encrypts a plain text
-