Interface for CDigitalCertificate wrapper.
More...
Go to the source code of this file.
Interface for CDigitalCertificate wrapper.
◆ CDigitalCertificate_Create()
Create creates a CDigitalCertificate object.
- Returns
- The newly created page.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CDigitalCertificate_Destroy()
| void CDigitalCertificate_Destroy |
( |
CDigitalCertificate |
argCDigitalCertificate, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CDigitalCertificate handle.
- Parameters
-
| argCDigitalCertificate | CDigitalCertificate handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CDigitalCertificate_GetIssuerData()
Get the issuer data.
- Returns
- A memory buffer containing the issuer data.
- Parameters
-
| argCDigitalCertificate | CDigitalCertificate handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CDigitalCertificate_GetSerialNumberData()
Get the serial number data.
- Returns
- A memory buffer containing the serial number data.
- Parameters
-
| argCDigitalCertificate | CDigitalCertificate handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CDigitalCertificate_SetIssuerData()
Set the issuer data that will be used for document signature. The supplied data are stored and will be used to search the certificate when the document signing step will be performed.
- Parameters
-
| argCDigitalCertificate | CDigitalCertificate handle |
| argIssuerData | Buffer containing the issuer data. Typically, it can be found in pCertInfo->Issuer.pbData |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CDigitalCertificate_SetSerialNumberData()
| void CDigitalCertificate_SetSerialNumberData |
( |
CDigitalCertificate |
argCDigitalCertificate, |
|
|
const CMemoryBuffer |
argSerialNumberData, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Set the serial number data that will be used for document signature. The supplied data are stored and will be used to search the certificate when the document signing step will be performed.
- Parameters
-
| argCDigitalCertificate | CDigitalCertificate handle |
| argSerialNumberData | Buffer containing the Serial number data. Typically, it can be found in pCertInfo->SerialNumber.pbData |
| pargException | Pointer to exception structure that will be filled if an exception occurs |