IPWorks SNMP 2020 Java Edition

Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm used for SNMPv3 packets.

Syntax

public int getEncryptionAlgorithm();
public void setEncryptionAlgorithm(int encryptionAlgorithm);

Enumerated values: public final static int encraDES = 1; public final static int encraAES = 2; public final static int encra3DES = 3; public final static int encraAES192 = 4; public final static int encraAES256 = 5;

Default Value

1

Remarks

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

DES (1)Data Encryption Standard.
AES (2)Advanced Encryption Standard with key length of 128.
3DES (3)Triple Data Encryption Standard.
AES192 (4)Advanced Encryption Standard with key length of 192.
AES256 (5)Advanced Encryption Standard with key length of 256.

This property is not available at design time.

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