#include <xmltooling/security/OpenSSLCredential.h>
Inheritance diagram for xmltooling::OpenSSLCredential:
Public Member Functions | |
virtual void | attach (SSL_CTX *ctx) const =0 |
Attaches credential to an OpenSSL SSL context object. |
virtual void xmltooling::OpenSSLCredential::attach | ( | SSL_CTX * | ctx | ) | const [pure virtual] |
Attaches credential to an OpenSSL SSL context object.
The credential MUST be disposable after attachment.
ctx | an SSL context |