public static enum CompleteRevRefAttr.RevRefsType extends java.lang.Enum<CompleteRevRefAttr.RevRefsType>
| Modifier and Type | Method and Description |
|---|---|
static CompleteRevRefAttr.RevRefsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompleteRevRefAttr.RevRefsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompleteRevRefAttr.RevRefsType OCSP
public static final CompleteRevRefAttr.RevRefsType CRL
public static final CompleteRevRefAttr.RevRefsType BOTH
public static CompleteRevRefAttr.RevRefsType[] values()
for (CompleteRevRefAttr.RevRefsType c : CompleteRevRefAttr.RevRefsType.values()) System.out.println(c);
public static CompleteRevRefAttr.RevRefsType 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 nullCopyright © 2025. All rights reserved.