namespace Akenti class SSLContextImpl : public SSLConstants The base abstract class for security contexts
The base abstract class for security contexts. A security context contains the values that a secure tranport protocol such as TLS needs. It may include such things as the private key and identity certificate of the principal represented, what level of peer certification is required, the required levels of message security, the ciphers supported, and the CA certificates of trusted CA's. The actual context is implmented in a concrete SSLcontext which is a subclass of the SSLContextImpl. It inherits the SSLConstants.
Version getVersion() const
bool isClientContext()
void setVerify(int verify)
virtual void setCertificateFile(const string& certFile, FileType type)
type - either PEM or ASN1
virtual void setPrivateKeyFile(const string& keyFile, FileType type)
type - either PEM or ASN1
void setCAFile(const string& path, const string& name)
name - file name of the file
virtual string paramString() const
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