IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

SignatureAlgorithm Property

Signature algorithm to be used in outgoing messages.

Syntax

public var signatureAlgorithm: String?

Default Value

"sha-256"

Remarks

Signature Algorithm can be set to indicate the preferred signing algorithm. Possible values are:

  • sha1
  • md5
  • sha256 (default)
  • sha384
  • sha512
  • sha224

The default value is "sha256".

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