public class JcePbeImpl extends JceKeyImpl
| Constructor and Description |
|---|
JcePbeImpl(String password) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.encryption.Encrypter |
encrypter(String algorithm) |
String |
sign(InputStream content,
String algorithm) |
boolean |
validate(InputStream value,
String expected,
String algorithm) |
decrypt, encryptpublic JcePbeImpl(String password)
public String sign(InputStream content, String algorithm)
sign in class JceKeyImplpublic boolean validate(InputStream value, String expected, String algorithm)
validate in class JceKeyImplprotected org.mule.encryption.Encrypter encrypter(String algorithm)
encrypter in class JceKeyImplCopyright © 2024 MuleSoft, Inc.. All rights reserved.