public class SignatureStatus
extends java.lang.Object
VALID_TRUSTED
VALID_UNTRUSTED
INVALID
Modifier and Type | Field and Description |
---|---|
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.
|
public static SignatureStatus VALID_TRUSTED
public static SignatureStatus VALID_UNTRUSTED
public static SignatureStatus INVALID