public class JceAsymmetricKeyImpl extends JceKeyImpl
| Constructor and Description |
|---|
JceAsymmetricKeyImpl(JceConfiguration config,
JceAsymmetricKeyInfo keyInfo) |
| 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 JceAsymmetricKeyImpl(JceConfiguration config, JceAsymmetricKeyInfo keyInfo)
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 © 2019 MuleSoft, Inc.. All rights reserved.