|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.openpgp.SignatureStatus
public class SignatureStatus
Enumerated type indicating the status of data that was signed.
Values:VALID_TRUSTED
VALID_UNTRUSTED
INVALID
Field Summary | |
---|---|
static SignatureStatus |
INVALID
Status that indicates the signature is invalid. |
static SignatureStatus |
VALID_TRUSTED
Status that indicates the signature is valid, and from a trusted source. |
static SignatureStatus |
VALID_UNTRUSTED
Status that indicates the signature is valid, but from an unknown or untrusted source. |
Method Summary | |
---|---|
boolean |
isTrusted()
|
boolean |
isValid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static SignatureStatus VALID_TRUSTED
public static SignatureStatus VALID_UNTRUSTED
public static SignatureStatus INVALID
Method Detail |
---|
public boolean isValid()
public boolean isTrusted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |