public enum EntrustCertManagementState extends java.lang.Enum<EntrustCertManagementState>
CertPropertyId.EE_CERT_PROP_CERT_MANAGEMENT_STATE Entrust-specific
certificate property.| Enum Constant and Description |
|---|
EE_MGMT_STATE_READONLY
Not used by the Toolkit; used by Entellegence Security Provider (ESP).
|
EE_MGMT_STATE_SILENT
Not used by the Toolkit; used by Entellegence Security Provider (ESP).
|
EE_MGMT_STATE_WATCHDOG
The default certificate management state; has not effect.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Returns the integer representation of the certificate management state.
|
static EntrustCertManagementState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntrustCertManagementState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntrustCertManagementState EE_MGMT_STATE_WATCHDOG
public static final EntrustCertManagementState EE_MGMT_STATE_SILENT
public static final EntrustCertManagementState EE_MGMT_STATE_READONLY
public static EntrustCertManagementState[] values()
for (EntrustCertManagementState c : EntrustCertManagementState.values()) System.out.println(c);
public static EntrustCertManagementState 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 nullpublic int intValue()