Home | Trees | Indices | Help |
|
---|
|
Keyczart(ool) is a utility for creating and managing Keyczar keysets.
Author: arkajit.dey@gmail.com (Arkajit Dey)
|
|||
_Name | |||
Command Enum representing keyczart commands. |
|||
Flag Enum representing keyczart flags. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
KEYSETS = [('aes', keyinfo.DECRYPT_AND_ENCRYPT, None, None), (
|
|||
CREATE = Command("create")
|
|||
ADDKEY = Command("addkey")
|
|||
PUBKEY = Command("pubkey")
|
|||
PROMOTE = Command("promote")
|
|||
DEMOTE = Command("demote")
|
|||
REVOKE = Command("revoke")
|
|||
GENKEY = Command("genkey")
|
|||
commands = {"create": CREATE, "addkey": ADDKEY, "pubkey": PUBK
|
|||
LOCATION = Flag("location")
|
|||
NAME = Flag("name")
|
|||
SIZE = Flag("size")
|
|||
STATUS = Flag("status")
|
|||
PURPOSE = Flag("purpose")
|
|||
DESTINATION = Flag("destination")
|
|||
VERSION = Flag("version")
|
|||
ASYMMETRIC = Flag("asymmetric")
|
|||
CRYPTER = Flag("crypter")
|
|||
flags = {"location": LOCATION, "name": NAME, "size": SIZE, "st
|
|
KEYSETS
|
commands
|
flags
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 10 17:05:05 2008 | http://epydoc.sourceforge.net |