AS2ValidationSettings interface

The AS2 agreement validation settings.

Properties

checkCertificateRevocationListOnReceive

The value indicating whether to check for certificate revocation list on receive.

checkCertificateRevocationListOnSend

The value indicating whether to check for certificate revocation list on send.

checkDuplicateMessage

The value indicating whether to check for duplicate message.

compressMessage

The value indicating whether the message has to be compressed.

encryptionAlgorithm

The encryption algorithm.

encryptMessage

The value indicating whether the message has to be encrypted.

interchangeDuplicatesValidityDays

The number of days to look back for duplicate interchange.

overrideMessageProperties

The value indicating whether to override incoming message properties with those in agreement.

signingAlgorithm

The signing algorithm.

signMessage

The value indicating whether the message has to be signed.

Property Details

checkCertificateRevocationListOnReceive

The value indicating whether to check for certificate revocation list on receive.

checkCertificateRevocationListOnReceive: boolean

Property Value

boolean

checkCertificateRevocationListOnSend

The value indicating whether to check for certificate revocation list on send.

checkCertificateRevocationListOnSend: boolean

Property Value

boolean

checkDuplicateMessage

The value indicating whether to check for duplicate message.

checkDuplicateMessage: boolean

Property Value

boolean

compressMessage

The value indicating whether the message has to be compressed.

compressMessage: boolean

Property Value

boolean

encryptionAlgorithm

The encryption algorithm.

encryptionAlgorithm: string

Property Value

string

encryptMessage

The value indicating whether the message has to be encrypted.

encryptMessage: boolean

Property Value

boolean

interchangeDuplicatesValidityDays

The number of days to look back for duplicate interchange.

interchangeDuplicatesValidityDays: number

Property Value

number

overrideMessageProperties

The value indicating whether to override incoming message properties with those in agreement.

overrideMessageProperties: boolean

Property Value

boolean

signingAlgorithm

The signing algorithm.

signingAlgorithm?: string

Property Value

string

signMessage

The value indicating whether the message has to be signed.

signMessage: boolean

Property Value

boolean