public static enum X509CertificateReviewer.Severity extends java.lang.Enum<X509CertificateReviewer.Severity>
X509CertificateReviewer.Finding. Every problem reported by this first cut is an
ERROR; WARNING is reserved for the follow-up (e.g. a violated
RFC 5280 "SHOULD", or a defect accepted only because a relaxation property is set).| Modifier and Type | Method and Description |
|---|---|
static X509CertificateReviewer.Severity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static X509CertificateReviewer.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X509CertificateReviewer.Severity ERROR
public static final X509CertificateReviewer.Severity WARNING
public static X509CertificateReviewer.Severity[] values()
for (X509CertificateReviewer.Severity c : X509CertificateReviewer.Severity.values()) System.out.println(c);
public static X509CertificateReviewer.Severity 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 null