Class Summary |
Crypter |
Crypters may both encrypt and decrypt data using sets of symmetric or private
keys. |
Encrypter |
Encrypters are used strictly to encrypt data. |
KeyczarTool |
Command line tool for generating Keyczar key files. |
MockKeyczarReader |
A mock representation of a KeyczarReader used for testing. |
Signer |
Signers may both sign and verify data using sets of symmetric or private
keys. |
TimeoutSigner |
Timeout signers can generate signatures that are valid until a specified
expiration time. |
TimeoutVerifier |
TimeoutVerifiers verify timeout signatures generated by
TimeoutSigner objects |
Verifier |
Verifiers are used strictly to verify signatures. |