|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Signable
Implementations of this class have digital signature for integrity check.
Field Summary | |
---|---|
static int |
AUTHENTIC
Resource is authentic. |
static int |
NOT_AUTHENTIC
Resource not not authentic. |
static int |
UNKNOWN
Resource not verified yet. |
Method Summary | |
---|---|
byte[] |
getSignature()
|
int |
getVerificationResult()
|
Field Detail |
---|
static final int UNKNOWN
static final int AUTHENTIC
static final int NOT_AUTHENTIC
Method Detail |
---|
byte[] getSignature()
int getVerificationResult()
UNKNOWN
if verification is not done yet, AUTHENTIC
if verification
is done and document is authentic and NOT_AUTHENTIC
if document is not authentic.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |