| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.internal.jce | |
| com.mulesoft.modules.cryptography.internal.jce.impl |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
JceOperations.jceDecrypt(JceConfiguration config,
InputStream content,
JceEncryptionKeyAlgorithmSelection algorithmSelection,
JceKeySelection keySelection)
Decrypt a stream using JCE, with a key.
|
InputStream |
JceOperations.jceEncrypt(JceConfiguration config,
InputStream content,
JceEncryptionKeyAlgorithmSelection algorithmSelection,
JceKeySelection keySelection)
Encrypt a stream using JCE, with a key.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Cipher |
JceKeyImpl.createCipher(int mode,
JceEncryptionKeyAlgorithmSelection algorithmSelection) |
protected Cipher |
JceSymmetricKeyImpl.createCipher(int mode,
JceEncryptionKeyAlgorithmSelection algorithmSelection) |
protected Cipher |
JceAsymmetricKeyImpl.createCipher(int mode,
JceEncryptionKeyAlgorithmSelection algorithmSelection) |
InputStream |
JceKeyImpl.decrypt(InputStream inputStream,
JceEncryptionKeyAlgorithmSelection algorithmSelection) |
InputStream |
JceKeyImpl.encrypt(InputStream inputStream,
JceEncryptionKeyAlgorithmSelection algorithmSelection) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.