public enum OCSPURLtoConsultOption extends Enum<OCSPURLtoConsultOption>
| Enum Constant and Description |
|---|
LocalURL
The locally configured URL.
|
UseAIAIfPresentElseLocal
The AIA URL if present; otherwise, use the locally configured URL.
|
UseAIAInCert
The AIA URL present in the certificate.
|
UseAIAInSignerCert
The AIA present in the signer certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static OCSPURLtoConsultOption |
getValueFromString(String value)
Creates a
OCSPURLtoConsultOption object by using the
specified properties file. |
String |
toString() |
static OCSPURLtoConsultOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCSPURLtoConsultOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCSPURLtoConsultOption UseAIAInCert
public static final OCSPURLtoConsultOption LocalURL
public static final OCSPURLtoConsultOption UseAIAIfPresentElseLocal
public static final OCSPURLtoConsultOption UseAIAInSignerCert
public static OCSPURLtoConsultOption[] values()
for (OCSPURLtoConsultOption c : OCSPURLtoConsultOption.values()) System.out.println(c);
public static OCSPURLtoConsultOption 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<OCSPURLtoConsultOption>public static OCSPURLtoConsultOption getValueFromString(String value)
OCSPURLtoConsultOption object by using the
specified properties file.value - The properties file.OCSPURLtoConsultOption object.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.