RPKI Engine 1.0
Public Member Functions | Public Attributes

rpki.x509.PEM_converter Class Reference

Inheritance diagram for rpki.x509.PEM_converter:
Inheritance graph
Collaboration diagram for rpki.x509.PEM_converter:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def looks_like_PEM
def to_DER
def to_PEM

Public Attributes

 b
 e

Detailed Description

Convert between DER and PEM encodings for various kinds of ASN.1 data.

Definition at line 71 of file x509.py.


Constructor & Destructor Documentation

def rpki.x509.PEM_converter.__init__ (   self,
  kind 
)
Initialize PEM_converter.

Definition at line 76 of file x509.py.


Member Function Documentation

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 
)
Convert from PEM to DER.

Definition at line 90 of file x509.py.

def rpki.x509.PEM_converter.to_PEM (   self,
  der 
)
Convert from DER to PEM.

Definition at line 103 of file x509.py.


Member Data Documentation

Definition at line 78 of file x509.py.

Definition at line 78 of file x509.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables