| 
    Eneboo - Documentación para desarrolladores 
   | 
 
#include "DigiDocMsspGw.h"#include "../DigiDocDefs.h"#include "../DigiDocError.h"#include "../DigiDocConfig.h"#include "../DigiDocDebug.h"#include "../DigiDocMem.h"#include "../DigiDocCert.h"#include "../DigiDocConvert.h"#include "../DigiDocGen.h"#include "../mssp/stdsoap2.h"#include "MSSP_GW.nsmap"#include "soapH.h"#include "soapStub.h"Funciones | |
| EXP_OPTION int | ddocMsspConnect (MSSP **ppMssp) | 
| EXP_OPTION int | ddocMsspReconnect (MSSP *pMssp) | 
| EXP_OPTION int | ddocMsspDisconnect (MSSP *pMssp) | 
| EXP_OPTION int | ddocMsspCleanup (MSSP *pMssp) | 
| EXP_OPTION char * | ddocGetSoapFaultString (MSSP *pMssp) | 
| EXP_OPTION char * | ddocGetSoapFaultCode (MSSP *pMssp) | 
| EXP_OPTION char * | ddocGetSoapFaultDetail (MSSP *pMssp) | 
| EXP_OPTION int | ddocMsspSignatureReq (MSSP *pMssp, const char *szPhoneNo, const char *pHash, int nHashLen, const char *szDesc) | 
| EXP_OPTION int | ddocMsspStatusReq (MSSP *pMssp, DigiDocMemBuf *pMbufSignature) | 
| EXP_OPTION int | ddocMsspReadCertificate (const char *szPhoneNo, const char *szCertUrl, X509 **ppCert, int bAuthCert) | 
Variables | |
| char * | g_szCertPrefix = "-----BEGIN CERTIFICATE-----" | 
| char * | g_szCertSuffix = "-----END CERTIFICATE-----" | 
| EXP_OPTION char* ddocGetSoapFaultCode | ( | MSSP * | pMssp | ) | 
| EXP_OPTION char* ddocGetSoapFaultDetail | ( | MSSP * | pMssp | ) | 
| EXP_OPTION char* ddocGetSoapFaultString | ( | MSSP * | pMssp | ) | 
| EXP_OPTION int ddocMsspReadCertificate | ( | const char * | szPhoneNo, | 
| const char * | szCertUrl, | ||
| X509 ** | ppCert, | ||
| int | bAuthCert | ||
| ) | 
| EXP_OPTION int ddocMsspSignatureReq | ( | MSSP * | pMssp, | 
| const char * | szPhoneNo, | ||
| const char * | pHash, | ||
| int | nHashLen, | ||
| const char * | szDesc | ||
| ) | 
| EXP_OPTION int ddocMsspStatusReq | ( | MSSP * | pMssp, | 
| DigiDocMemBuf * | pMbufSignature | ||
| ) | 
| char* g_szCertPrefix = "-----BEGIN CERTIFICATE-----" | 
| char* g_szCertSuffix = "-----END CERTIFICATE-----" | 
 1.7.4