rpki.x509.RSA Class Reference
List of all members.
Detailed Description
Class to hold an RSA key pair.
Definition at line 500 of file x509.py.
Member Function Documentation
def rpki.x509.RSA.generate |
( |
|
self, |
|
|
|
keylength = 2048 | |
|
) |
| | |
def rpki.x509.RSA.get_DER |
( |
|
self |
) |
|
def rpki.x509.RSA.get_POW |
( |
|
self |
) |
|
Get the POW value of this keypair.
Definition at line 516 of file x509.py.
def rpki.x509.RSA.get_public_DER |
( |
|
self |
) |
|
Get the DER encoding of the public key from this keypair.
Definition at line 535 of file x509.py.
def rpki.x509.RSA.get_RSApublic |
( |
|
self |
) |
|
Convert the public key of this keypair into a RSApublic object.
Definition at line 543 of file x509.py.
def rpki.x509.RSA.get_SKI |
( |
|
self |
) |
|
def rpki.x509.RSA.get_tlslite |
( |
|
self |
) |
|
Get the tlslite value of this keypair.
Definition at line 523 of file x509.py.
Member Data Documentation
The documentation for this class was generated from the following file: