Click or drag to resize

CPDFPKCS12CertHelper Methods

The CPDFPKCS12CertHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckPKCS12Password
Check if the PKCS #12 certificate password is correct.
Public methodStatic memberGeneratePKCS12Cert

Generate a certificate that conforms to the PKCS #12 standard.

Public methodStatic memberGetCertificateWithPKCS12Path

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.

Top
See Also