X509Issuer.h

Go to the documentation of this file.
00001 /*
00002  * $Id:X509Issuer.h 535 2007-08-12 10:49:40Z mindstorm2600 $
00003  */
00004 #ifndef  __XVR2_SSL_X509_ISSUER_H__
00005 #define  __XVR2_SSL_X509_ISSUER_H__
00006 #include<xvr2/Net/X509Name.h>
00007 #include<xvr2/Net/NetworkExceptions.h>
00008 
00009 namespace xvr2 {
00010 namespace Net {
00011         class X509Issuer:public X509Name {
00012                 public:
00013                         X509Issuer(const String &x509_name);
00014         };
00015 };
00016 };
00017 
00018 #endif

Generated on Fri Jun 20 22:55:48 2008 for X-VR2 SDK by  doxygen 1.5.5