public static enum LtvVerification.RevocationDataNecessity extends Enum<LtvVerification.RevocationDataNecessity>
| Enum Constant and Description |
|---|
OPTIONAL
Revocation data for the signing certificate may be optional.
|
REQUIRED_FOR_SIGNING_CERTIFICATE
Require revocation information for the signing certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static LtvVerification.RevocationDataNecessity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LtvVerification.RevocationDataNecessity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LtvVerification.RevocationDataNecessity REQUIRED_FOR_SIGNING_CERTIFICATE
public static final LtvVerification.RevocationDataNecessity OPTIONAL
public static LtvVerification.RevocationDataNecessity[] values()
for (LtvVerification.RevocationDataNecessity c : LtvVerification.RevocationDataNecessity.values()) System.out.println(c);
public static LtvVerification.RevocationDataNecessity 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 nullCopyright © 1998–2024 Apryse Group NV. All rights reserved.