public class GatewayEncrypterBuilder extends Object
Encrypter with the selected parameterization| Constructor and Description |
|---|
GatewayEncrypterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GatewayEncrypterBuilder |
algorithm(String algorithm) |
org.mule.encryption.Encrypter |
build() |
GatewayEncrypterBuilder |
key(String key) |
GatewayEncrypterBuilder |
transformation(String transformation) |
public GatewayEncrypterBuilder key(String key)
public GatewayEncrypterBuilder algorithm(String algorithm)
public GatewayEncrypterBuilder transformation(String transformation)
public org.mule.encryption.Encrypter build()
Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.