| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionAlgorithm[] |
EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EncrypterBuilder |
EncrypterBuilderFactory.createFor(EncryptionAlgorithm algorithm) |
| Constructor and Description |
|---|
SecureConfigurationPropertiesProvider(org.mule.runtime.config.api.dsl.model.ResourceProvider resourceProvider,
String file,
EncryptionAlgorithm algorithm,
String key,
EncryptionMode mode,
String encoding,
boolean fileLevelEncryption,
boolean useRandomIVs) |
SecurePropertyPlaceholderModule(EncryptionAlgorithm algorithm,
EncryptionMode mode,
String key,
boolean useRandomIVs) |
| Constructor and Description |
|---|
SymmetricEncrypterBuilder(EncryptionAlgorithm encryptionAlgorithm) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.