public enum RevocationInfoType extends Enum<RevocationInfoType>
| Enum Constant and Description |
|---|
CRL
Comment for
CRL |
OCSP
Comment for
OCSP |
OTHER
Comment for
OTHER |
| Modifier and Type | Method and Description |
|---|---|
static RevocationInfoType |
getValueFromString(String type) |
String |
toString() |
static RevocationInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevocationInfoType OCSP
OCSPpublic static final RevocationInfoType CRL
CRLpublic static final RevocationInfoType OTHER
OTHERpublic static RevocationInfoType[] values()
for (RevocationInfoType c : RevocationInfoType.values()) System.out.println(c);
public static RevocationInfoType 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 String toString()
toString in class Enum<RevocationInfoType>public static RevocationInfoType getValueFromString(String type)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.