#include "orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h"
#include "orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h"
Include dependency graph for SSLIOP_ClientCredentials.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (SSLIOP, SSLIOP_ClientCredentials,"SSLIOP_ClientCredentials.cpp, v 1.8 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 7 of file SSLIOP_ClientCredentials.cpp. References EVP_PKEY, TAO_BEGIN_VERSIONED_NAMESPACE_DECL, and X509.
00009 :14:35 jtc Exp") 00010 00011 00012 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00013 00014 TAO::SSLIOP::ClientCredentials::ClientCredentials ( 00015 X509 * cert, 00016 EVP_PKEY *evp, 00017 SSL * ssl) 00018 : SSLIOP_Credentials (cert, evp), 00019 ssl_ (TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate (ssl)) 00020 { 00021 } |