#include "orbsvcs/SSLIOP/SSLIOP_TargetCredentials.h"
Include dependency graph for SSLIOP_TargetCredentials.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (SSLIOP, SSLIOP_TargetCredentials,"SSLIOP_TargetCredentials.cpp, v 1.16 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 4 of file SSLIOP_TargetCredentials.cpp. References EVP_PKEY, TAO_BEGIN_VERSIONED_NAMESPACE_DECL, and X509.
00006 :14:35 jtc Exp") 00007 00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 TAO::SSLIOP::TargetCredentials::TargetCredentials (::X509 *cert, 00011 ::EVP_PKEY *evp) 00012 : SSLIOP_Credentials (cert, evp) 00013 { 00014 } |