public interface Encrypter
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data)
Decrypts the given data
|
byte[] |
encrypt(byte[] data)
Encrypts the given data
|
byte[] decrypt(byte[] data)
throws MuleEncryptionException
MuleEncryptionExceptionbyte[] encrypt(byte[] data)
throws MuleEncryptionException
MuleEncryptionExceptionCopyright © 2022 MuleSoft, Inc.. All rights reserved.