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,
Optional<Provider> provider) |
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, Optional<Provider> provider)
encrypter in class JceKeyImplCopyright © 2024 MuleSoft, Inc.. All rights reserved.