SSLContext Member List

This is the complete list of members for SSLContext, including all inherited members.

getCertPath() constSSLContext
getCRLPath() constSSLContext
getCRLStore() constSSLContext
getKeyPath() constSSLContext
getSSLCertificateVerifyFunction() constSSLContext
getTrustStore() constSSLContext
isPeerVerificationEnabled() constSSLContext
SSLContext(const String &trustStore, SSLCertificateVerifyFunction *verifyCert, const String &randomFile=String::EMPTY)SSLContext
SSLContext(const SSLContext &sslContext)SSLContext
SSLContext(const String &trustStore, const String &certPath, const String &keyPath, SSLCertificateVerifyFunction *verifyCert, const String &randomFile)SSLContext
SSLContext(const String &trustStore, const String &certPath, const String &keyPath, const String &crlPath, SSLCertificateVerifyFunction *verifyCert, const String &randomFile)SSLContext
~SSLContext()SSLContext