public enum CMSErrorType extends java.lang.Enum<CMSErrorType>
| Enum Constant and Description |
|---|
CONTENT_MISSING |
DATA_CONTENT_STRUCTURE_INVALID |
DATA_STRUCTURE_INCORRECT |
INCORRECTLY_ENCODED_CERTIFICATES |
MORE_THAN_1_SIGNER_INFO |
NO_SIGNER_INFOS |
PARSE_ERROR |
SIGNED_DATA_CONTENT_MISSING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMsg() |
static CMSErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CMSErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMSErrorType NO_SIGNER_INFOS
public static final CMSErrorType MORE_THAN_1_SIGNER_INFO
public static final CMSErrorType PARSE_ERROR
public static final CMSErrorType CONTENT_MISSING
public static final CMSErrorType DATA_STRUCTURE_INCORRECT
public static final CMSErrorType DATA_CONTENT_STRUCTURE_INVALID
public static final CMSErrorType INCORRECTLY_ENCODED_CERTIFICATES
public static final CMSErrorType SIGNED_DATA_CONTENT_MISSING
public static CMSErrorType[] values()
for (CMSErrorType c : CMSErrorType.values()) System.out.println(c);
public static CMSErrorType 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 java.lang.String getMsg()
Copyright © 2021 eHealth. All rights reserved.