ConnectorAs2Config

data class ConnectorAs2Config(val compression: String, val encryptionAlgorithm: String, val localProfileId: String, val mdnResponse: String, val mdnSigningAlgorithm: String? = null, val messageSubject: String? = null, val partnerProfileId: String, val signingAlgorithm: String)

Constructors

Link copied to clipboard
constructor(compression: String, encryptionAlgorithm: String, localProfileId: String, mdnResponse: String, mdnSigningAlgorithm: String? = null, messageSubject: String? = null, partnerProfileId: String, signingAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies weather AS2 file is compressed. The valud values are ZLIB and DISABLED.

Link copied to clipboard

The algorithm that is used to encrypt the file. The valid values are AES128_CBC | AES192_CBC | AES256_CBC | NONE.

Link copied to clipboard

The unique identifier for the AS2 local profile.

Link copied to clipboard

Used for outbound requests to determine if a partner response for transfers is synchronous or asynchronous. The valid values are SYNC and NONE.

Link copied to clipboard

The signing algorithm for the Mdn response. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE | DEFAULT.

Link copied to clipboard
val messageSubject: String? = null

Used as the subject HTTP header attribute in AS2 messages that are being sent with the connector.

Link copied to clipboard

The unique identifier for the AS2 partner profile.

Link copied to clipboard

The algorithm that is used to sign AS2 messages sent with the connector. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE .