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

ConstantValue
KSslCertificateBox::Subject0
KSslCertificateBox::Issuer1

Member Function Documentation

void KSslCertificateBox::clear()

void KSslCertificateBox::setCertificate(const QSslCertificate &cert, KSslCertificateBox::CertificateParty party)