rpki.x509.CRL Class Reference

Inheritance diagram for rpki.x509.CRL:

Inheritance graph

List of all members.

Public Member Functions

def generate
def get_DER
def get_POW
def get_POWpkix
def getIssuer
def getNextUpdate
def getThisUpdate

Public Attributes

 DER
 DER value of this object.
 POW
 POWpkix

Static Public Attributes

tuple formats = ("DER", "POW", "POWpkix")
 Formats supported in this object.
tuple pem_converter = PEM_converter("X509 CRL")
 PEM converter for this object.


Detailed Description

Class to hold a Certificate Revocation List.

Definition at line 889 of file x509.py.


Member Function Documentation

def rpki.x509.CRL.generate (   cls,
  keypair,
  issuer,
  serial,
  thisUpdate,
  nextUpdate,
  revokedCertificates,
  version = 1,
  digestType = "sha256WithRSAEncryption" 
)

Definition at line 937 of file x509.py.

def rpki.x509.CRL.get_DER (   self  ) 

Get the DER value of this CRL.

Reimplemented from rpki.x509.DER_object.

Definition at line 895 of file x509.py.

def rpki.x509.CRL.get_POW (   self  ) 

Get the POW value of this CRL.

Definition at line 908 of file x509.py.

def rpki.x509.CRL.get_POWpkix (   self  ) 

Get the POW.pkix value of this CRL.

Definition at line 915 of file x509.py.

def rpki.x509.CRL.getIssuer (   self  ) 

Get issuer value of this CRL.

Definition at line 932 of file x509.py.

def rpki.x509.CRL.getNextUpdate (   self  ) 

Get nextUpdate value from this CRL.

Definition at line 928 of file x509.py.

def rpki.x509.CRL.getThisUpdate (   self  ) 

Get thisUpdate value from this CRL.

Definition at line 924 of file x509.py.


Member Data Documentation

DER value of this object.

Reimplemented from rpki.x509.DER_object.

Definition at line 901 of file x509.py.

tuple rpki.x509.CRL.formats = ("DER", "POW", "POWpkix") [static]

Formats supported in this object.

Reimplemented from rpki.x509.DER_object.

Definition at line 892 of file x509.py.

tuple rpki.x509.CRL.pem_converter = PEM_converter("X509 CRL") [static]

PEM converter for this object.

Reimplemented from rpki.x509.DER_object.

Definition at line 893 of file x509.py.

Definition at line 912 of file x509.py.

Definition at line 921 of file x509.py.


The documentation for this class was generated from the following file:

Generated on Mon Jun 16 22:22:53 2008 for RPKI Engine by  doxygen 1.5.5