IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

RolloverSigningCert Property

Contains the certificate to use when signing messages.

Syntax

public var rolloverSigningCert: Certificate?

Remarks

This is your rollover signing certificate. This may be used to specify an additional signing certificate during a period of transition between private certificates in the application.

If this property is specified, the message content will be signed using both SigningCert and RolloverSigningCert. The recipient will be able to verify the signature with either corresponding public certificate.

If set, this property should be a private key instance of Certificate.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]