Package yum :: Module pgpmsg :: Class pgp_certificate
[hide private]
[frames] | no frames]

Class pgp_certificate

source code


Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code
 
get_user_id(self) source code
 
expiration(self) source code
 
key_size(self) source code
 
load(pkts)
Initialize the pgp_certificate with a list of OpenPGP packets.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  user_id

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

load(pkts)

source code 

Initialize the pgp_certificate with a list of OpenPGP packets. The list of packets will be scanned to make sure they are valid for a pgp certificate.


Property Details [hide private]

user_id

Get Method:
get_user_id(self)