Certificate Property

The certificate used for session authentication, signing, and decryption.

Syntax

public Certificate getCertificate();
public void setCertificate(Certificate certificate);

Remarks

Set this property to a valid Certificate object with private key to perform various security related operations.

Once specified, this certificate will be used for:

  • Session authentication if a client requests secure authentication.
  • Signing files sent to the client if VirtualFileFormat is set to slEncryptedAndSigned or slSigned.
  • Signing receipts sent to the client.
  • Decrypting files received from the client.
Note that all of the above operations are only supported in OFTP Version 2.0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Java Edition - Version 20.0 [Build 8203]