| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.internal.encryption |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuntimeEncrypter
Default implementation of
RuntimeEncrypter |
class |
UnsecuredRuntimeEncrypter
Implementation of
RuntimeEncrypter that does not encrypt nor decrypts. |
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeEncrypter |
ConfigurationPropertyEncrypter.encrypter |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeEncrypter |
RuntimeEncrypterFactory.createDefaultRuntimeEncrypter()
Creates a
RuntimeEncrypter based on how the runtime is configured |
static RuntimeEncrypter |
RuntimeEncrypterFactory.createRuntimeEncrypter(String encryptionKey)
Creates a
RuntimeEncrypter that uses the given encryption key |
| Constructor and Description |
|---|
ConfigurationPropertyEncrypter(RuntimeEncrypter encrypter) |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.