AS2ValidationSettings interface
The AS2 agreement validation settings.
Properties
| check |
The value indicating whether to check for certificate revocation list on receive. |
| check |
The value indicating whether to check for certificate revocation list on send. |
| check |
The value indicating whether to check for duplicate message. |
| compress |
The value indicating whether the message has to be compressed. |
| encryption |
The encryption algorithm. |
| encrypt |
The value indicating whether the message has to be encrypted. |
| interchange |
The number of days to look back for duplicate interchange. |
| override |
The value indicating whether to override incoming message properties with those in agreement. |
| signing |
The signing algorithm. |
| sign |
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