ksslpkcs12.h
KSSLValidation
A CA certificate can be validated as Irrelevant when it was not used to sign any other relevant certi...
Definition ksslcertificate.h:122
KSSLCertificate::KSSLValidation revalidate()
Check the X.509 and private key to make sure they're valid.
Definition ksslpkcs12.cpp:251
static KSSLPKCS12 * fromString(TQString base64, TQString password="")
Create a KSSLPKCS12 object from a Base64 in a TQString.
Definition ksslpkcs12.cpp:65
KSSLCertificate::KSSLValidation validate()
Check the X.509 and private key to make sure they're valid.
Definition ksslpkcs12.cpp:232
static KSSLPKCS12 * loadCertFile(TQString filename, TQString password="")
Create a KSSLPKCS12 object by reading a PKCS#12 file.
Definition ksslpkcs12.cpp:83
bool changePassword(TQString pold, TQString pnew)
Change the password of the PKCS#12 in memory.
Definition ksslpkcs12.cpp:123
Trinity API Reference