forked from google/keyczar
-
Notifications
You must be signed in to change notification settings - Fork 0
OperationTimeoutSign
Shawn Willden edited this page Mar 7, 2015
·
1 revision
Generate digest signature with expiration date as specified in TimeoutSignatureFormat
If the message is a byte .md, the returned signature will also be a byte array. If the message is a UTF8 string then java will return a java string containing the WebSafeBase64 encoding of the signature.
Signer signer = new TimeoutSigner("/path/to/your/keys");
String signature = signer.timeoutSign("Message with Integrity",1375095283);
Timeout Signature are not implemented in python. Issue 10 (on Google Code).
Timeout Signature are not implemented in C++. Issue 128 (on Google Code)