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

Class PGP_UserAttribute

source code

    object --+        
             |        
PGP_BasePacket --+    
                 |    
        PGP_UserID --+
                     |
                    PGP_UserAttribute

Instance Methods [hide private]
 
parseBody(self) source code

Inherited from PGP_UserID: addSignatures, adoptSignature, getExpiration, initialize, iterCertifications, iterKeySignatures, iterSignatures, iterSubPackets, merge, toString, writeHash

Inherited from PGP_BasePacket: __init__, clone, getBodyStream, getParentPacket, isEmpty, next, readBin, readBody, readExact, resetBody, seek, setNextStream, setParentPacket, setUp, write, writeAll, writeBody, writeHeader

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

Static Methods [hide private]

Inherited from PGP_BasePacket: checkStreamLength, readTimestamp

Class Variables [hide private]
  tag = 17
  signingConstant = 209

Inherited from PGP_UserID (private): _parentPacketTypes

Inherited from PGP_BasePacket: BUFFER_SIZE

Properties [hide private]
  id
  signatures
  subpackets

Inherited from PGP_UserID (private): _parentPacket

Inherited from PGP_BasePacket: bodyLength, headerLength

Inherited from object: __class__

Method Details [hide private]

parseBody(self)

source code 
Overrides: PGP_UserID.parseBody