| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.pgp.config | |
| com.mulesoft.modules.cryptography.internal.pgp |
| Modifier and Type | Method and Description |
|---|---|
static PgpSignatureAlgorithm |
PgpSignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PgpSignatureAlgorithm[] |
PgpSignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
PgpOperations.pgpSign(PgpConfiguration config,
InputStream content,
PgpSignatureAlgorithm algorithm,
PgpKeySelection keySelection)
Create a detached (standalone) PGP signature of the stream.
|
InputStream |
PgpOperations.pgpSignBinary(PgpConfiguration config,
InputStream content,
PgpSignatureAlgorithm algorithm,
PgpKeySelection keySelection)
Create a detached (standalone) PGP signature of the stream.
|
InputStream |
PgpSigner.sign(InputStream inputStream,
PgpKeyInfo keyInfo,
PgpSignatureAlgorithm algorithm,
org.mule.runtime.api.scheduler.Scheduler scheduler,
Boolean armoredTransform) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.