public static enum Usm.ErrorType extends Enum<Usm.ErrorType>
Enum Constant and Description |
---|
USM_DECRYPTION_ERROR |
USM_INVALID_MSG |
USM_NO_ERROR |
USM_NOT_IN_TIME_WINDOW |
USM_UNKNOWN_ENGINE_ID |
USM_UNKNOWN_PDU_HANDLER |
USM_UNKNOWN_SECURITY_LEVEL |
USM_UNKNOWN_SECURITY_MODEL |
USM_UNKNOWN_USER_NAME |
USM_WRONG_DIGEST |
Modifier and Type | Method and Description |
---|---|
static Usm.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Usm.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Usm.ErrorType USM_NO_ERROR
public static final Usm.ErrorType USM_UNKNOWN_SECURITY_LEVEL
public static final Usm.ErrorType USM_NOT_IN_TIME_WINDOW
public static final Usm.ErrorType USM_UNKNOWN_USER_NAME
public static final Usm.ErrorType USM_UNKNOWN_ENGINE_ID
public static final Usm.ErrorType USM_WRONG_DIGEST
public static final Usm.ErrorType USM_DECRYPTION_ERROR
public static final Usm.ErrorType USM_UNKNOWN_SECURITY_MODEL
public static final Usm.ErrorType USM_INVALID_MSG
public static final Usm.ErrorType USM_UNKNOWN_PDU_HANDLER
public static Usm.ErrorType[] values()
for (Usm.ErrorType c : Usm.ErrorType.values()) System.out.println(c);
public static Usm.ErrorType 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 © 2015. All Rights Reserved.