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

Class X509Certificate

source code

_object --+    
          |    
Certificate --+
              |
             X509Certificate

Represents an in-memory certificate, usually from a remote peer. Only applicable to OpenSSL.

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
GetCertificateName(self)
Gets the name of the certificate.
source code
 
GetIssuerName(self)
Gets the name of the issuer of the certificate.
source code
Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: Certificate.__init__