public static enum SMProxyType.SMType extends java.lang.Enum<SMProxyType.SMType>
| Enum Constant and Description |
|---|
ENTRUST_CMP
PKIX-CMP protocol
|
ENTRUST_LDAP
LDAP protocol
|
ENTRUST_SPEKE
SPEKE protocol used for Roaming Server
|
| Modifier and Type | Method and Description |
|---|---|
static SMProxyType.SMType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMProxyType.SMType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMProxyType.SMType ENTRUST_CMP
public static final SMProxyType.SMType ENTRUST_LDAP
public static final SMProxyType.SMType ENTRUST_SPEKE
public static SMProxyType.SMType[] values()
for (SMProxyType.SMType c : SMProxyType.SMType.values()) System.out.println(c);
public static SMProxyType.SMType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null