KIO
ksslpkcs12.h
Go to the documentation of this file.
85 static KSSLPKCS12* fromString(const QString &base64, const QString &password = QLatin1String(""));
93 static KSSLPKCS12* loadCertFile(const QString &filename, const QString &password = QLatin1String(""));
KSSLCertificate::KSSLValidation revalidate()
Check the X.509 and private key to make sure they're valid.
Definition ksslpkcs12.cpp:258
bool changePassword(const QString &pold, const QString &pnew)
Change the password of the PKCS#12 in memory.
Definition ksslpkcs12.cpp:132
KSSLCertificate::KSSLValidation validate()
Check the X.509 and private key to make sure they're valid.
Definition ksslpkcs12.cpp:239
static KSSLPKCS12 * fromString(const QString &base64, const QString &password=QLatin1String(""))
Create a KSSLPKCS12 object from a Base64 in a QString.
Definition ksslpkcs12.cpp:75
bool toFile(const QString &filename)
Write the PKCS#12 to a file in raw mode.
Definition ksslpkcs12.cpp:216
static KSSLPKCS12 * loadCertFile(const QString &filename, const QString &password=QLatin1String(""))
Create a KSSLPKCS12 object by reading a PKCS#12 file.
Definition ksslpkcs12.cpp:92
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.