public class RuntimeEncrypterFactory extends Object
| Constructor and Description |
|---|
RuntimeEncrypterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeEncrypter |
createDefaultRuntimeEncrypter()
Creates a
RuntimeEncrypter based on how the runtime is configured |
static RuntimeEncrypter |
createRuntimeEncrypter(String encryptionKey)
Creates a
RuntimeEncrypter that uses the given encryption key |
public static RuntimeEncrypter createDefaultRuntimeEncrypter()
RuntimeEncrypter based on how the runtime is configuredpublic static RuntimeEncrypter createRuntimeEncrypter(String encryptionKey)
RuntimeEncrypter that uses the given encryption keyCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.