Class v.c.e.s.PrivateCertificate(Certificate):

Part of vmc.contrib.epsilon.sslverify View In Hierarchy

No class docstring
Method __repr__ Undocumented
Method newCertificate Undocumented
Class Method load Undocumented
Method inspect Undocumented
Method dumpPEM Dump both public and private parts of a private certificate to PEM-format
Class Method loadPEM Load both private and public parts of a private certificate from a chunk of
Class Method fromCertificateAndKeyPair Undocumented
Method options Undocumented
Method certificateRequest Undocumented
Method signCertificateRequest Undocumented
Method signRequestObject Undocumented

Inherited from Certificate:

Method __eq__ Undocumented
Method __ne__ Undocumented
Class Method peerFromTransport Undocumented
Class Method hostFromTransport Undocumented
Method getPublicKey Undocumented
Method dump Undocumented
Method serialNumber Undocumented
Method digest Undocumented
Method _inspect Undocumented
Method getIssuer Undocumented

Inherited from CertBase (via Certificate):

Method __init__ Undocumented
Method _copyName Undocumented
Method getSubject Undocumented
def __repr__(self):
Undocumented
def _setPrivateKey(self, privateKey):
Undocumented
def newCertificate(self, newCertData, format=crypto.FILETYPE_ASN1):
Undocumented
@classmethod
def load(Class, data, privateKey, format=crypto.FILETYPE_ASN1):
Undocumented
def inspect(self):
Undocumented
def dumpPEM(self):
Dump both public and private parts of a private certificate to PEM-format data
@classmethod
def loadPEM(Class, data):
Load both private and public parts of a private certificate from a chunk of PEM-format data.
@classmethod
def fromCertificateAndKeyPair(Class, certificateInstance, privateKey):
Undocumented
def options(self, *authorities):
Undocumented
def certificateRequest(self, format=crypto.FILETYPE_ASN1, digestAlgorithm='md5'):
Undocumented
def signCertificateRequest(self, requestData, verifyDNCallback, serialNumber, requestFormat=crypto.FILETYPE_ASN1, certificateFormat=crypto.FILETYPE_ASN1):
Undocumented
def signRequestObject(self, certificateRequest, serialNumber, secondsToExpiry=60 * 60 * 24 * 365, digestAlgorithm='md5'):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.