IPWorks EDI 2020 Python Edition

Questions / Feedback?

oftp_connection_encryption_algorithm Property

The encryption algorithm used when sending files to the client.

Syntax

def get_oftp_connection_encryption_algorithm(connection_id: int) -> int: ...
def set_oftp_connection_encryption_algorithm(connection_id: int, value: int) -> None: ...

Default Value

0

Remarks

The encryption algorithm used when sending files to the client.

In order to use encryption, you must set the oftp_connection_virtual_file_security_level property. The supported algorithms for encryption are:

0 (encra3DES - default) DES (Triple Data Encryption Standard).
1 (encraAES) AES (Advanced Encryption Standard with key length of 128).

Note that this is only applicable when Version 2.0 of the protocol is used as indicated by oftp_connection_version.

The connection_id parameter specifies the index of the item in the array. The size of the array is controlled by the oftp_connection_count property.

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