| Package | Description |
|---|---|
| org.mule.encryption | |
| org.mule.encryption.exception | |
| org.mule.encryption.jce |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Encrypter.decrypt(byte[] data)
Decrypts the given data
|
byte[] |
Encrypter.encrypt(byte[] data)
Encrypts the given data
|
| Modifier and Type | Class and Description |
|---|---|
class |
MuleInvalidAlgorithmConfigurationException |
class |
MuleInvalidKeyException |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
JCEEncrypter.decrypt(byte[] content) |
byte[] |
JCEEncrypter.encrypt(byte[] content) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.