public class JceAsymmetricKeyImpl extends JceKeyImpl
| Constructor and Description |
|---|
JceAsymmetricKeyImpl(JceConfiguration config,
JceAsymmetricKeyInfo keyInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected Cipher |
createCipher(int mode,
JceEncryptionKeyAlgorithmSelection algorithmSelection) |
String |
sign(InputStream content,
JceSignatureKeyAlgorithm algorithm) |
boolean |
validate(InputStream value,
String expected,
JceSignatureKeyAlgorithm algorithm) |
buildOperationException, decrypt, encrypt, isJCEInstalledpublic JceAsymmetricKeyImpl(JceConfiguration config, JceAsymmetricKeyInfo keyInfo)
protected Cipher createCipher(int mode, JceEncryptionKeyAlgorithmSelection algorithmSelection)
createCipher in class JceKeyImplpublic String sign(InputStream content, JceSignatureKeyAlgorithm algorithm)
sign in class JceKeyImplpublic boolean validate(InputStream value, String expected, JceSignatureKeyAlgorithm algorithm)
validate in class JceKeyImplCopyright © 2019 MuleSoft, Inc.. All rights reserved.