| Package | Description |
|---|---|
| com.mulesoft.connector.as2.api | |
| com.mulesoft.connector.as2.internal.model.builder |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
HashAlgorithm.findByAlgorithm(String algorithm) |
HashAlgorithm |
AS2MdnAttributes.getMdnAlg() |
HashAlgorithm |
PrepareSendAttributes.getMdnMicAlg() |
HashAlgorithm |
PrepareSendAttributes.getMicAlg() |
static HashAlgorithm |
HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AS2MdnAttributes(String fromName,
String toName,
String as2MessageId,
org.mule.runtime.api.util.MultiMap<String,String> headers,
String originalAS2MessageId,
boolean mdnProcessed,
org.mule.runtime.api.util.MultiMap<String,List<String>> dispositionContent,
String reportText,
String mdnMic,
HashAlgorithm mdnAlg) |
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 |
|---|---|
AS2MdnAttributesBuilder |
AS2MdnAttributesBuilder.withMdnAlg(HashAlgorithm mdnAlg) |
PrepareSendAttributesBuilder |
PrepareSendAttributesBuilder.withMdnMicAlg(HashAlgorithm mdnMicAlg) |
PrepareSendAttributesBuilder |
PrepareSendAttributesBuilder.withMicAlg(HashAlgorithm micAlg) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.