diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-17 15:45:28 +0200 |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-17 15:46:45 +0200 |
commit | f87863b11be8b0c909e52fac1b117516cf44d8fa (patch) | |
tree | 40d06288303d5b39427cd420d1e73a37f245e42b /src/network/ssl/qsslcertificate.cpp | |
parent | c9ab7a8b8504101c06456b706a84e0eb0693c77e (diff) | |
download | qt4-tools-f87863b11be8b0c909e52fac1b117516cf44d8fa.tar.gz |
QSslCertificate: Doc fix
Change doc that refered to functions that got renamed
Diffstat (limited to 'src/network/ssl/qsslcertificate.cpp')
-rw-r--r-- | src/network/ssl/qsslcertificate.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/network/ssl/qsslcertificate.cpp b/src/network/ssl/qsslcertificate.cpp index d2cd0d6f82..9d8cfb09d9 100644 --- a/src/network/ssl/qsslcertificate.cpp +++ b/src/network/ssl/qsslcertificate.cpp @@ -71,9 +71,10 @@ After loading a certificate, you can find information about the certificate, its subject, and its issuer, by calling one of the many accessor functions, including version(), serialNumber(), - issuerInfo() and subjectInfo(). You can call notValidBefore() and - notValidAfter() to check when the certificate was issued, and when - it expires. The publicKey() function returns the certificate + issuerInfo() and subjectInfo(). You can call effectiveDate() and + expiryDate() to check when the certificate starts being + effective and when it expires. + The publicKey() function returns the certificate subject's public key as a QSslKey. You can call issuerInfo() or subjectInfo() to get detailed information about the certificate issuer and its subject. |