|
| KeyczarVerifier (String keyLocation) throws KeyczarException |
|
boolean | verify (String message, String signature) throws KeyczarException |
|
◆ KeyczarVerifier()
eu.baltrad.dex.auth.util.KeyczarVerifier.KeyczarVerifier |
( |
String | keyLocation | ) |
throws KeyczarException |
|
inline |
Constructor.
- Parameters
-
keyLocation | Location of the key to use for signing |
- Exceptions
-
◆ verify()
boolean eu.baltrad.dex.auth.util.KeyczarVerifier.verify |
( |
String | message, |
|
|
String | signature ) throws KeyczarException |
|
inline |
Verifies message.
- Parameters
-
message | Message to verify |
signature | Signature used for verification |
- Returns
- True in case of successful verification, false upon failure
- Exceptions
-
Implements eu.baltrad.dex.auth.util.Verifier.
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/auth/util/KeyczarVerifier.java