Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

OperationTimeoutSign

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)

Clone this wiki locally