|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityModule
This interface represents the abstraction of a security module, which can be used to verify certificates.
Method Summary | |
---|---|
boolean |
canVerify(PostCertificate certificate)
This method returns whether or not this module is able to verify the given certificate. |
java.lang.String |
getName()
Gets the unique name of the SecurityModule object |
void |
verify(PostCertificate certificate,
Continuation command)
This method verifies the provided ceritifcate, and returns the result to the continuation (either True or False). |
Method Detail |
---|
java.lang.String getName()
void verify(PostCertificate certificate, Continuation command)
certificate
- The certificate to verifycommand
- The command to run once the result is availableboolean canVerify(PostCertificate certificate)
certificate
- The certificate in question
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |