SSLContext Member List
This is the complete list of members for SSLContext, including all inherited members.
getCertPath() const SSLContext
getCRLPath() const SSLContext
getCRLStore() const SSLContext
getKeyPath() const SSLContext
getSSLCertificateVerifyFunction() const SSLContext
getTrustStore() const SSLContext
isPeerVerificationEnabled() const SSLContext
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