public enum ValidationErrorCategory extends Enum<ValidationErrorCategory>
Enum Constant and Description |
---|
CRL |
GENERAL_INPUT |
INCONSISTENT_PROXY_CHAIN |
INVALID_PROXY_CERT |
NAME_CONSTRAINT |
NAMESPACE |
OCSP |
OTHER |
POLICY |
X509_BASIC |
X509_CHAIN |
Modifier and Type | Method and Description |
---|---|
static ValidationErrorCategory |
getErrorCategory(ValidationErrorCode code) |
static ValidationErrorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationErrorCategory GENERAL_INPUT
public static final ValidationErrorCategory INCONSISTENT_PROXY_CHAIN
public static final ValidationErrorCategory INVALID_PROXY_CERT
public static final ValidationErrorCategory NAMESPACE
public static final ValidationErrorCategory X509_BASIC
public static final ValidationErrorCategory X509_CHAIN
public static final ValidationErrorCategory POLICY
public static final ValidationErrorCategory NAME_CONSTRAINT
public static final ValidationErrorCategory CRL
public static final ValidationErrorCategory OCSP
public static final ValidationErrorCategory OTHER
public static ValidationErrorCategory[] values()
for (ValidationErrorCategory c : ValidationErrorCategory.values()) System.out.println(c);
public static ValidationErrorCategory 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 nullpublic static ValidationErrorCategory getErrorCategory(ValidationErrorCode code)
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.