Package deltavsoft :: Module rcfproto :: Class PemCertificate
[frames] | no frames]

Class PemCertificate

source code

_object --+    
          |    
Certificate --+
              |
             PemCertificate

Use this class to load a certificate in .pem format. Only applicable to OpenSSL.

Instance Methods
 
__init__(self, *args)
Loads a .pem certificate, using the given file path and password.
source code
Method Details

__init__(self, *args)
(Constructor)

source code 

Loads a .pem certificate, using the given file path and password.

Overrides: Certificate.__init__