#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,"$Id:SSLIOP_TargetCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 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 : SSLIOP_TargetCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 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 } |