|
|||||||||
| 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.client.types.IdentityStatus
public final class IdentityStatus
Represents the identify status of the signer. When verifying a digital signature, an enumeration value of this type is returned. For information, see the Verifying a digital signature using the Java API quick start in Programming with Adobe Experience Manager forms.
| Field Summary | |
|---|---|
static IdentityStatus |
NOTTRUSTED
This signer is not trusted or is invalid. |
static IdentityStatus |
TRUSTED
This signer is trusted. |
static IdentityStatus |
UNKNOWN
This signer is unknown because the signer verification could not be performed. |
| Method Summary | |
|---|---|
static IdentityStatus |
getValueFromString(java.lang.String id)
For internal use only. |
java.lang.String |
toString()
|
static IdentityStatus |
valueOf(java.lang.String name)
|
static IdentityStatus[] |
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 IdentityStatus UNKNOWN
public static final IdentityStatus TRUSTED
public static final IdentityStatus NOTTRUSTED
| Method Detail |
|---|
public static IdentityStatus[] values()
public static IdentityStatus valueOf(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Enumpublic static IdentityStatus getValueFromString(java.lang.String id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||