Package conary :: Package lib :: Module openpgpfile :: Class PacketTypeDispatcher
[hide private]
[frames] | no frames]

Class PacketTypeDispatcher

source code

object --+
         |
        PacketTypeDispatcher
Known Subclasses:
TimestampPacketDispatcher

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
addPacketType(cls, klass) source code
 
getClass(cls, tag) source code
Class Variables [hide private]
  _registry = {2: <class 'conary.lib.openpgpfile.PGP_Signature'>...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_registry

Value:
{2: <class 'conary.lib.openpgpfile.PGP_Signature'>,
 5: <class 'conary.lib.openpgpfile.PGP_SecretKey'>,
 6: <class 'conary.lib.openpgpfile.PGP_PublicKey'>,
 7: <class 'conary.lib.openpgpfile.PGP_SecretSubKey'>,
 12: <class 'conary.lib.openpgpfile.PGP_Trust'>,
 13: <class 'conary.lib.openpgpfile.PGP_UserID'>,
 14: <class 'conary.lib.openpgpfile.PGP_PublicSubKey'>,
 17: <class 'conary.lib.openpgpfile.PGP_UserAttribute'>}