Interface for security contexts that mainly hold credentials and trusted ca infos
![]() | ~SSLContextImpl () Destructor |
![]() | getVersion () const Returns the version number of the security context provider |
![]() | isClientContext () Returns true if this is a client context |
![]() | setVerify (int verify) Sets the level of peer verfication that is required |
![]() | setCertificateFile (const string& certFile, FileType type = SSLConstants::PEM) Sets the path name of the file that contains the principal's X |
![]() | setPrivateKeyFile (const string& keyFile, FileType type = SSLConstants::PEM) Sets the path name of the file that contains the principal's private key |
![]() | addTrustedCA (const Certificate& cert) Adds a trusted ca |
![]() | setTrustedCAS (const string& filename) Sets the trusted cas |
![]() | paramString () const Returns debugging info |
Interface for security contexts that mainly hold credentials and trusted ca infos.
Version getVersion() const
bool isClientContext()
void setVerify(int verify)
virtual void setCertificateFile(const string& certFile, FileType type = SSLConstants::PEM)
type - either PEM or ASN1 virtual void setPrivateKeyFile(const string& keyFile, FileType type = SSLConstants::PEM)
type - either PEM or ASN1 virtual void addTrustedCA(const Certificate& cert)
virtual void setTrustedCAS(const string& filename)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de