Keyczar verifier.
More...
|
| | KeyczarVerifier (String keyLocation) throws KeyczarException |
| | Constructor.
|
| |
| boolean | verify (String message, String signature) throws KeyczarException |
| | Verifies message.
|
| |
Keyczar verifier.
- Author
- anders
◆ KeyczarVerifier()
| eu.baltrad.beast.security.crypto.KeyczarVerifier.KeyczarVerifier |
( |
String | keyLocation | ) |
throws KeyczarException |
|
inline |
Constructor.
- Parameters
-
| keyLocation | Location of the key to use for signing |
- Exceptions
-
◆ verify()
| boolean eu.baltrad.beast.security.crypto.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.beast.security.crypto.Verifier.
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/security/crypto/KeyczarVerifier.java