| Modifier and Type | Method and Description |
|---|---|
static JceEncryptionPbeAlgorithm |
JceEncryptionPbeAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JceEncryptionPbeAlgorithm[] |
JceEncryptionPbeAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
JceOperations.jceDecryptPbe(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password)
Decrypt a stream using JCE, with a password.
|
InputStream |
JceOperations.jceEncryptPbe(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password)
Encrypt a stream using JCE, with a password.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
JcePbeImpl.decrypt(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password) |
InputStream |
JcePbeImpl.encrypt(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.