AS2SecuritySettingsResponse

data class AS2SecuritySettingsResponse(val enableNRRForInboundDecodedMessages: Boolean, val enableNRRForInboundEncodedMessages: Boolean, val enableNRRForInboundMDN: Boolean, val enableNRRForOutboundDecodedMessages: Boolean, val enableNRRForOutboundEncodedMessages: Boolean, val enableNRRForOutboundMDN: Boolean, val encryptionCertificateName: String? = null, val overrideGroupSigningCertificate: Boolean, val sha2AlgorithmFormat: String? = null, val signingCertificateName: String? = null)

The AS2 agreement security settings.

Constructors

Link copied to clipboard
constructor(enableNRRForInboundDecodedMessages: Boolean, enableNRRForInboundEncodedMessages: Boolean, enableNRRForInboundMDN: Boolean, enableNRRForOutboundDecodedMessages: Boolean, enableNRRForOutboundEncodedMessages: Boolean, enableNRRForOutboundMDN: Boolean, encryptionCertificateName: String? = null, overrideGroupSigningCertificate: Boolean, sha2AlgorithmFormat: String? = null, signingCertificateName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether to enable NRR for inbound decoded messages.

Link copied to clipboard

The value indicating whether to enable NRR for inbound encoded messages.

Link copied to clipboard

The value indicating whether to enable NRR for inbound MDN.

Link copied to clipboard

The value indicating whether to enable NRR for outbound decoded messages.

Link copied to clipboard

The value indicating whether to enable NRR for outbound encoded messages.

Link copied to clipboard

The value indicating whether to enable NRR for outbound MDN.

Link copied to clipboard

The name of the encryption certificate.

Link copied to clipboard

The value indicating whether to send or request a MDN.

Link copied to clipboard

The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.

Link copied to clipboard

The name of the signing certificate.