Pdftools SDK
|
Base class for cryptographic providers. More...
#include <PdfTools_Types.h>
Base class for cryptographic providers.
The cryptographic provider manages certificates, their private keys and implements cryptographic algorithms.
This SDK supports various different cryptographic providers. The following list shows the signing certificate type that can be used for each provider.
.pfx
or .p12
and contain the signing certificate as well as the private key and trust chain (issuer certificates). Soft certificates can be used with the TPdfToolsCryptoProvidersBuiltIn_Provider, where they can be loaded using PdfToolsCryptoProvidersBuiltIn_Provider_CreateSignatureFromCertificate.