public abstract class JceKeyImpl extends Object
| Constructor and Description |
|---|
JceKeyImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decrypt(InputStream inputStream,
String algorithm) |
InputStream |
encrypt(InputStream inputStream,
String algorithm) |
protected abstract org.mule.encryption.Encrypter |
encrypter(String algorithm) |
abstract String |
sign(InputStream content,
String algorithm) |
abstract boolean |
validate(InputStream value,
String expected,
String algorithm) |
public abstract String sign(InputStream content, String algorithm)
public abstract boolean validate(InputStream value, String expected, String algorithm)
protected abstract org.mule.encryption.Encrypter encrypter(String algorithm)
public InputStream encrypt(InputStream inputStream, String algorithm)
public InputStream decrypt(InputStream inputStream, String algorithm)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.