| Package | Description |
|---|---|
| org.mule.runtime.core.api.security |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EncryptionStrategy.decrypt(byte[] data,
Object info)
Decrypts the given
data using this encryption strategy |
InputStream |
EncryptionStrategy.decrypt(InputStream data,
Object info)
Decrypts the given
data using this encryption strategy |
byte[] |
EncryptionStrategy.encrypt(byte[] data,
Object info)
Encrypts the given
data using this encryption strategy |
InputStream |
EncryptionStrategy.encrypt(InputStream data,
Object info)
Encrypts the given
data using this encryption strategy |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.