| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.pgp.config | |
| com.mulesoft.modules.cryptography.internal.pgp |
| Modifier and Type | Method and Description |
|---|---|
static PgpEncryptionAlgorithm |
PgpEncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PgpEncryptionAlgorithm[] |
PgpEncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
PgpEncrypter.encrypt(InputStream inputData,
String fileName,
PgpKeyInfo encryptKeyInfo,
PgpEncryptionAlgorithm algorithm,
boolean disableMDC,
org.mule.runtime.api.scheduler.Scheduler scheduler,
Boolean armoredTransform) |
InputStream |
PgpEncrypter.encrypt(InputStream inputData,
String fileName,
PgpKeyInfo encryptKeyInfo,
PgpEncryptionAlgorithm algorithm,
Optional<PgpKeyInfo> signKeyInfo,
boolean disableMDC,
org.mule.runtime.api.scheduler.Scheduler scheduler,
Boolean armoredTransform) |
InputStream |
PgpOperations.pgpEncrypt(PgpConfiguration config,
InputStream content,
PgpEncryptionAlgorithm algorithm,
String fileName,
PgpKeySelection keySelection,
boolean disableMDC)
Encrypt a stream using PGP, giving an ASCII-armored stream output as a result.
|
InputStream |
PgpOperations.pgpEncryptAndSign(PgpConfiguration config,
InputStream content,
PgpEncryptionAlgorithm algorithm,
String fileName,
PgpKeySelection encryptionKeySelection,
PgpKeySelection signKeySelection,
boolean disableMDC)
Encrypt a stream using PGP, giving an ASCII-armored stream output as a result.
|
InputStream |
PgpOperations.pgpEncryptBinary(PgpConfiguration config,
InputStream content,
PgpEncryptionAlgorithm algorithm,
String fileName,
PgpKeySelection keySelection,
boolean disableMDC)
Encrypt a stream using PGP, giving a binary output as a result.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.