public static enum SignatureValidationProperties.OnlineFetching extends Enum<SignatureValidationProperties.OnlineFetching>
| Enum Constant and Description |
|---|
ALWAYS_FETCH
Permission to always fetch revocation data online.
|
FETCH_IF_NO_OTHER_DATA_AVAILABLE
Permission to fetch revocation data online if no other revocation data available.
|
NEVER_FETCH
Forbids fetching revocation data online.
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureValidationProperties.OnlineFetching |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureValidationProperties.OnlineFetching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureValidationProperties.OnlineFetching ALWAYS_FETCH
public static final SignatureValidationProperties.OnlineFetching FETCH_IF_NO_OTHER_DATA_AVAILABLE
public static final SignatureValidationProperties.OnlineFetching NEVER_FETCH
public static SignatureValidationProperties.OnlineFetching[] values()
for (SignatureValidationProperties.OnlineFetching c : SignatureValidationProperties.OnlineFetching.values()) System.out.println(c);
public static SignatureValidationProperties.OnlineFetching 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–2025 Apryse Group NV. All rights reserved.