Inherits object.
List of all members.
Detailed Description
Convert between DER and PEM encodings for various kinds of ASN.1 data.
Definition at line 71 of file x509.py.
Member Function Documentation
def rpki.x509.PEM_converter.__init__ |
( |
|
self, |
|
|
|
kind | |
|
) |
| | |
Initialize PEM_converter.
Definition at line 76 of file x509.py.
def rpki.x509.PEM_converter.looks_like_PEM |
( |
|
self, |
|
|
|
text | |
|
) |
| | |
Guess whether text looks like a PEM encoding.
Definition at line 83 of file x509.py.
def rpki.x509.PEM_converter.to_DER |
( |
|
self, |
|
|
|
pem | |
|
) |
| | |
def rpki.x509.PEM_converter.to_PEM |
( |
|
self, |
|
|
|
der | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: