KSslCertificateBox Class
Header: | #include <KSslCertificateBox> |
CMake: | find_package(KF6 REQUIRED COMPONENTS KIO) target_link_libraries(mytarget PRIVATE KF6::KIOWidgets) |
Inherits: | QWidget |
Public Types
enum | CertificateParty { Subject, Issuer } |
Public Functions
void | clear() |
void | setCertificate(const QSslCertificate &cert, KSslCertificateBox::CertificateParty party) |
Detailed Description
Member Type Documentation
enum KSslCertificateBox::CertificateParty
Constant | Value |
---|---|
KSslCertificateBox::Subject | 0 |
KSslCertificateBox::Issuer | 1 |