Eneboo - Documentación para desarrolladores
|
#include <libdigidoc/DigiDocDefs.h>
#include <libdigidoc/mssp/stdsoap2.h>
#include <libdigidoc/mssp/MsspErrors.h>
#include <libdigidoc/DigiDocMem.h>
#include <openssl/x509.h>
Ir al código fuente de este archivo.
Clases | |
struct | MSSP_st |
'typedefs' | |
typedef struct MSSP_st | MSSP |
Funciones | |
EXP_OPTION int | ddocMsspConnect (MSSP **pMssp) |
EXP_OPTION int | ddocMsspReconnect (MSSP *pMssp) |
EXP_OPTION int | ddocMsspDisconnect (MSSP *pMssp) |
EXP_OPTION int | ddocMsspCleanup (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) |
EXP_OPTION char * | ddocGetSoapFaultString (MSSP *pMssp) |
EXP_OPTION char * | ddocGetSoapFaultCode (MSSP *pMssp) |
EXP_OPTION char * | ddocGetSoapFaultDetail (MSSP *pMssp) |
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 | ||
) |