public abstract class EncrypterBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected EncryptionMode |
mode |
| Constructor and Description |
|---|
EncrypterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.mule.encryption.Encrypter |
build() |
EncrypterBuilder |
forKey(String key) |
EncrypterBuilder |
using(EncryptionMode mode) |
protected EncryptionMode mode
protected String key
public EncrypterBuilder using(EncryptionMode mode)
public abstract org.mule.encryption.Encrypter build()
public EncrypterBuilder forKey(String key)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.