以下成員源於類 QSslCertificate 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
QMultiMap<QSsl::AlternateNameEntryType, QString>
|
alternateSubjectNames () const |
(obsolete)
bool
|
isValid () const |
使用 QSslCertificate::subjectAlternativeNames ();
To verify a certificate, use verify (). To check if a certificate is blacklisted, use isBlacklisted (). To check if a certificate has expired or is not yet valid, compare expiryDate () 和 effectiveDate () 采用 QDateTime::currentDateTime ()
This function checks that the current date-time is within the date-time range during which the certificate is considered valid, and checks that the certificate is not in a blacklist of fraudulent certificates.
另請參閱 isNull (), verify (), isBlacklisted (), expiryDate (),和 effectiveDate ().