public static enum AesException.AesError extends Enum<AesException.AesError>
Enum Constant and Description |
---|
COMPUTE_SIGNATURE_ERROR |
DECRYPT_AES_ERROR |
ENCRYPT_AES_ERROR |
ILLEGAL_AES_KEY |
ILLEGAL_BUFFER |
OK |
PARSE_XML_ERROR |
VALIDATE_CORP_ID_ERROR |
VALIDATE_SIGNATURE_ERROR |
Modifier and Type | Method and Description |
---|---|
static AesException.AesError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AesException.AesError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AesException.AesError OK
public static final AesException.AesError VALIDATE_SIGNATURE_ERROR
public static final AesException.AesError PARSE_XML_ERROR
public static final AesException.AesError COMPUTE_SIGNATURE_ERROR
public static final AesException.AesError ILLEGAL_AES_KEY
public static final AesException.AesError VALIDATE_CORP_ID_ERROR
public static final AesException.AesError ENCRYPT_AES_ERROR
public static final AesException.AesError DECRYPT_AES_ERROR
public static final AesException.AesError ILLEGAL_BUFFER
public static AesException.AesError[] values()
for (AesException.AesError c : AesException.AesError.values()) System.out.println(c);
public static AesException.AesError 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 © 2017. All rights reserved.