You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Shawn Willden edited this page Mar 7, 2015
·
1 revision
Timeout Signing with Keyczar
Generate digest signature with expiration date as specified in TimeoutSignatureFormat
Java
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);
Python
Timeout Signature are not implemented in python. Issue 10 (on Google Code).
C++
Timeout Signature are not implemented in C++. Issue 128 (on Google Code)