Enum Summary |
CipherMode |
Encodes different modes of operation:
Cipher Block Chaining (CBC) with initial value (IV)
Counter (CTR) with IV
Electronic Code Book (ECB), no IV
DET-CBC, CBC without IV |
Command |
Commands supported by KeyczarTool. |
Flag |
Flags supported by KeyczarTool. |
KeyPurpose |
Encodes different possible uses of a key:
Decrypt and Encrypt,
Encrypt Only,
Sign and Verify,
Verify Only, and
Test. |
KeyStatus |
Encodes different possible statuses of keys:
Primary: This key can verify or decrypt existing data and can sign or
encrypt new data. |
KeyType |
Encodes different types of keys each with (default size, output size). |