| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.pgp.config | |
| com.mulesoft.modules.cryptography.internal.pgp | |
| com.mulesoft.modules.cryptography.internal.pgp.config |
| Modifier and Type | Class and Description |
|---|---|
class |
PgpAsymmetricKeyInfo
Configuration identification for a GPG asymmetric key, with optional passphrase in case the private part is needed.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
PgpEncrypter.encrypt(InputStream inputData,
String fileName,
PgpKeyInfo keyInfo,
PgpEncryptionAlgorithm algorithm) |
InputStream |
PgpSigner.sign(InputStream inputStream,
PgpKeyInfo keyInfo,
PgpSignatureAlgorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
PgpKeyInfo |
PgpKeySelection.getKeyInfo(PgpConfiguration config) |
PgpKeyInfo |
PgpConfiguration.getKeyInfoFromId(String keyId) |
PgpKeyInfo |
PgpKeySelection.getPgpKeyInfo() |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.