public class JcePbeImpl extends Object
| Constructor and Description |
|---|
JcePbeImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decrypt(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password) |
InputStream |
encrypt(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password) |
String |
sign(InputStream content,
JceSignaturePbeAlgorithm algorithm,
String password) |
boolean |
validate(InputStream value,
String expected,
JceSignaturePbeAlgorithm algorithm,
String password) |
public InputStream encrypt(InputStream content, JceEncryptionPbeAlgorithm algorithm, String password)
public InputStream decrypt(InputStream content, JceEncryptionPbeAlgorithm algorithm, String password)
public String sign(InputStream content, JceSignaturePbeAlgorithm algorithm, String password)
public boolean validate(InputStream value, String expected, JceSignaturePbeAlgorithm algorithm, String password)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.