public static enum SnmpConfiguration.PrivacyProtocolList extends Enum<SnmpConfiguration.PrivacyProtocolList>
Enum Constant and Description |
---|
P3DES |
PAES128 |
PAES192 |
PAES256 |
PDES |
Modifier and Type | Field and Description |
---|---|
OID |
oid |
Modifier and Type | Method and Description |
---|---|
static SnmpConfiguration.PrivacyProtocolList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpConfiguration.PrivacyProtocolList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnmpConfiguration.PrivacyProtocolList P3DES
public static final SnmpConfiguration.PrivacyProtocolList PAES128
public static final SnmpConfiguration.PrivacyProtocolList PAES192
public static final SnmpConfiguration.PrivacyProtocolList PAES256
public static final SnmpConfiguration.PrivacyProtocolList PDES
public static SnmpConfiguration.PrivacyProtocolList[] values()
for (SnmpConfiguration.PrivacyProtocolList c : SnmpConfiguration.PrivacyProtocolList.values()) System.out.println(c);
public static SnmpConfiguration.PrivacyProtocolList valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2009–2020 Waarp. All rights reserved.