|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.livecycle.signatures.pki.client.types.common.RevocationCheckStyle
public final class RevocationCheckStyle
Represents revocation check preference types. You create an instance of this type when you verify a signature. For information, see the Verifying a digital signature using the Java API quick start in Programming with Adobe Experience Manager forms ES.
Verify(),
Serialized Form| Field Summary | |
|---|---|
static RevocationCheckStyle |
AlwaysCheck
Check for revocation of all certificates in the chain. |
static RevocationCheckStyle |
BestEffort
Always attempts to check for revocation of all certificates in the chain. |
static RevocationCheckStyle |
CheckIfAvailable
Check for revocation of all certificates in the chain if revocation information is available. |
static RevocationCheckStyle |
NoCheck
Do not check for revocation. |
| Method Summary | |
|---|---|
static RevocationCheckStyle |
getValueFromString(java.lang.String value)
Converts a revocation check style value to a RevocationCheckStyle object. |
java.lang.String |
toString()
|
static RevocationCheckStyle |
valueOf(java.lang.String name)
|
static RevocationCheckStyle[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RevocationCheckStyle NoCheck
public static final RevocationCheckStyle BestEffort
public static final RevocationCheckStyle CheckIfAvailable
public static final RevocationCheckStyle AlwaysCheck
| Method Detail |
|---|
public static RevocationCheckStyle[] values()
public static RevocationCheckStyle valueOf(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Enumpublic static RevocationCheckStyle getValueFromString(java.lang.String value)
RevocationCheckStyle object.
value - A revocation check style value.
RevocationCheckStyle object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||