public class JceSymmetricKeyImpl extends JceKeyImpl
| Constructor and Description |
|---|
JceSymmetricKeyImpl(JceConfiguration config,
JceSymmetricKeyInfo 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 JceSymmetricKeyImpl(JceConfiguration config, JceSymmetricKeyInfo 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 © 2022 MuleSoft, Inc.. All rights reserved.