Uses of Class
io.qt.network.QSslCertificate.SubjectInfo
Package | Description |
---|---|
io.qt.network |
-
Uses of QSslCertificate.SubjectInfo in io.qt.network
Methods in io.qt.network that return QSslCertificate.SubjectInfo Modifier and Type Method Description static QSslCertificate.SubjectInfo
QSslCertificate.SubjectInfo. resolve(int value)
Returns the corresponding enum entry for the given value.static QSslCertificate.SubjectInfo
QSslCertificate.SubjectInfo. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSslCertificate.SubjectInfo[]
QSslCertificate.SubjectInfo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QSslCertificate.SubjectInfo Modifier and Type Method Description List<String>
QSslCertificate. issuerInfo(QSslCertificate.SubjectInfo info)
List<String>
QSslCertificate. subjectInfo(QSslCertificate.SubjectInfo info)