rpki.x509.CRL Class Reference
Inherits rpki::x509::DER_object.
List of all members.
Detailed Description
Class to hold a Certificate Revocation List.
Definition at line 1140 of file x509.py.
Member Function Documentation
def rpki.x509.CRL.generate |
( |
|
cls, |
|
|
|
keypair, |
|
|
|
issuer, |
|
|
|
serial, |
|
|
|
thisUpdate, |
|
|
|
nextUpdate, |
|
|
|
revokedCertificates, |
|
|
|
version = 1 , |
|
|
|
digestType = "sha256WithRSAEncryption" | |
|
) |
| | |
def rpki.x509.CRL.get_DER |
( |
|
self |
) |
|
def rpki.x509.CRL.get_POW |
( |
|
self |
) |
|
Get the POW value of this CRL.
Definition at line 1163 of file x509.py.
def rpki.x509.CRL.get_POWpkix |
( |
|
self |
) |
|
Get the POW.pkix value of this CRL.
Definition at line 1172 of file x509.py.
def rpki.x509.CRL.getIssuer |
( |
|
self |
) |
|
Get issuer value of this CRL.
Definition at line 1191 of file x509.py.
def rpki.x509.CRL.getNextUpdate |
( |
|
self |
) |
|
Get nextUpdate value from this CRL.
Definition at line 1187 of file x509.py.
def rpki.x509.CRL.getThisUpdate |
( |
|
self |
) |
|
Get thisUpdate value from this CRL.
Definition at line 1183 of file x509.py.
Member Data Documentation
The documentation for this class was generated from the following file: