| Package | Description |
|---|---|
| com.mulesoft.connector.as2.api | |
| com.mulesoft.connector.as2.internal.model.builder |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
PrepareSendAttributes.getEncryptionAlgorithm() |
static EncryptionAlgorithm |
EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionAlgorithm[] |
EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrepareSendAttributes(String fromName,
String respondToEmailAddress,
String toName,
HashAlgorithm micAlg,
HashAlgorithm mdnMicAlg,
EncryptionAlgorithm encryptionAlgorithm,
EncodingType transferEncoding,
RequestReceipt requestReceipt,
AS2Compression as2Compression,
String partnerPemContent,
String selfPemContent,
String privateKeyPassword,
String receiptDeliveryUrl) |
| Modifier and Type | Method and Description |
|---|---|
PrepareSendAttributesBuilder |
PrepareSendAttributesBuilder.withEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.