|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnmpConst
This class stores SNMP specific constants for user to use.
Field Summary | |
---|---|
static int |
AES
128-bit "AES" algorithm |
static int |
AES192
192-bit "AES" algorithm |
static int |
AES256
256-bit "AES" algorithm |
static int |
DEFAULT_SNMP_AGENT_PORT
Default port (161) for snmp agent |
static int |
DEFAULT_SNMP_MANAGER_PORT
Default port (162) for snmp manager to listen for traps |
static int |
DES
"DES" algorithm |
static int |
GET
Snmp GET command |
static int |
GET_BULK
Snmp GET BULK command (SNMPV2+) |
static int |
GET_NEXT
Snmp GET_NEXT command |
static int |
INFORM
Snmp INFORM command (SNMPV2+) |
static java.lang.String |
MD5
MD5 with HMAC authentication algorithm |
static int |
REPORT
Snmp REPORT command (SNMPV2+) |
static int |
RESPONSE
Snmp RESPONSE command |
static int |
SET
Snmp SET command |
static java.lang.String |
SHA
SHA-1 with HMAC authentication algorithm |
static java.lang.String |
SHA224
SHA-224 with HMAC authentication algorithm |
static java.lang.String |
SHA256
SHA-256 with HMAC authentication algorithm |
static java.lang.String |
SHA384
SHA-384 with HMAC authentication algorithm |
static java.lang.String |
SHA512
SHA-512 with HMAC authentication algorithm |
static int |
SNMPV1
Snmp v1 version number ( = 0 ) |
static int |
SNMPV2
Snmp v2c version number ( = 1 ) |
static int |
SNMPV3
Snmp v3 version number ( = 3 ) |
static int |
TRIPLE_DES
"Triple-DES" algorithm |
static int |
USM_SECURITY_MODEL
SNMPV3's User based Security Model |
static int |
V1_SECURITY_MODEL
SNMPV3 's SNMPV1 security model |
static int |
V1TRAP
Snmp V1 TRAP command |
static int |
V2C_SECURITY_MODEL
SNMPV3's SNMPv2c security model |
static int |
V2TRAP
Snmp V2 TRAP command (SNMPV2+) |
Field Detail |
---|
static final int GET
static final int GET_NEXT
static final int RESPONSE
static final int SET
static final int V1TRAP
static final int GET_BULK
static final int INFORM
static final int V2TRAP
static final int REPORT
static final int SNMPV1
static final int SNMPV2
static final int SNMPV3
static final int DEFAULT_SNMP_MANAGER_PORT
static final int DEFAULT_SNMP_AGENT_PORT
static final int V1_SECURITY_MODEL
static final int V2C_SECURITY_MODEL
static final int USM_SECURITY_MODEL
static final java.lang.String SHA
static final java.lang.String SHA224
static final java.lang.String SHA256
static final java.lang.String SHA384
static final java.lang.String SHA512
static final java.lang.String MD5
static final int DES
static final int AES
static final int AES192
static final int AES256
static final int TRIPLE_DES
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |