CPDFPKCS12CertHelper Class |
Namespace: ComPDFKit.DigitalSign
public class CPDFPKCS12CertHelper
The CPDFPKCS12CertHelper type exposes the following members.
Name | Description | |
---|---|---|
CPDFPKCS12CertHelper | Initializes a new instance of the CPDFPKCS12CertHelper class |
Name | Description | |
---|---|---|
CheckPKCS12Password |
Check if the PKCS #12 certificate password is correct.
| |
GeneratePKCS12Cert | Generate a certificate that conforms to the PKCS #12 standard. | |
GetCertificateWithPKCS12Path | Create a certificate object based on the PKCS#12 certificate file path and password, retrieving information from the original certificate. Before calling this method, it is recommended to first call the CheckPKCS12Password(String, String) method to verify the correctness of the password. |