A B C D E F G H I K M N O P R S T U V

T

timeoutSign(String, long) - Method in class org.keyczar.TimeoutSigner
Sign the given input and return a signature that is valid until the expiration time given as the number of milliseconds since "the epoch" of 1/1/1970 00:00:00 GMT
timeoutSign(byte[], long) - Method in class org.keyczar.TimeoutSigner
Sign the given input and return a signature that is valid until the expiration time given as the number of milliseconds since "the epoch" of 1/1/1970 00:00:00 GMT
timeoutSign(ByteBuffer, long, ByteBuffer) - Method in class org.keyczar.TimeoutSigner
Signs the input and produces a signature that is valid until the expiration time given as the number of milliseconds since "the epoch" of 1/1/1970 00:00:00 GMT
TimeoutSigner - Class in org.keyczar
Timeout signers can generate signatures that are valid until a specified expiration time.
TimeoutSigner(KeyczarReader) - Constructor for class org.keyczar.TimeoutSigner
Initialize a new TimeoutSigner with a KeyczarReader.
TimeoutSigner(String) - Constructor for class org.keyczar.TimeoutSigner
Initialize a new TimeoutSigner with a key set location.
TimeoutSigner(Signer) - Constructor for class org.keyczar.TimeoutSigner
Initialize a new TimeoutSigner with a Signer object.
TimeoutVerifier - Class in org.keyczar
TimeoutVerifiers verify timeout signatures generated by TimeoutSigner objects
TimeoutVerifier(KeyczarReader) - Constructor for class org.keyczar.TimeoutVerifier
Initialize a new TimeoutVerifier with a KeyczarReader.
TimeoutVerifier(String) - Constructor for class org.keyczar.TimeoutVerifier
Initialize a new TimeoutVerifier with a key set location.
TimeoutVerifier(Verifier) - Constructor for class org.keyczar.TimeoutVerifier
Initialize a new TimeoutVerifier with a Verifier object.
toInt(byte[]) - Static method in class org.keyczar.util.Util
Converts a given byte array to an integer.
toLong(byte[]) - Static method in class org.keyczar.util.Util
Converts a given byte array to a long.
toString() - Method in enum org.keyczar.enums.Command
 
toString() - Method in enum org.keyczar.enums.Flag
 
toString() - Method in enum org.keyczar.enums.KeyType
 
type() - Method in class org.keyczar.MockKeyczarReader
 

A B C D E F G H I K M N O P R S T U V