![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| KeyczarVerifier (String keyLocation) throws KeyczarException | |
| boolean | verify (String message, String signature) throws KeyczarException |
|
inline |
Constructor.
| keyLocation | Location of the key to use for signing |
| KeyczarException |
|
inline |
Verifies message.
| message | Message to verify |
| signature | Signature used for verification |
| KeyczarException |
Implements eu.baltrad.dex.auth.util.Verifier.