KSSLX509V3 Class Reference
KDE X509v3 Flag Class KDE SSL Class. More...
#include <ksslx509v3.h>
| Public Member Functions | |
| ~KSSLX509V3 () | |
| bool | certTypeCA () | 
| bool | certTypeSSLCA () | 
| bool | certTypeEmailCA () | 
| bool | certTypeCodeCA () | 
| bool | certTypeSSLClient () | 
| bool | certTypeSSLServer () | 
| bool | certTypeNSSSLServer () | 
| bool | certTypeSMIME () | 
| bool | certTypeSMIMEEncrypt () | 
| bool | certTypeSMIMESign () | 
| bool | certTypeCRLSign () | 
| Protected Attributes | |
| long | flags | 
| Friends | |
| class | KSSLCertificate | 
| class | KSSLCertificatePrivate | 
Detailed Description
KDE X509v3 Flag Class KDE SSL Class.This class is used to track X509v3 flags for
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KExtendedSocket, TCPSlaveBase
Definition at line 37 of file ksslx509v3.h.
Constructor & Destructor Documentation
| 
 | 
| Destroy this object. 
 Definition at line 35 of file ksslx509v3.cc. | 
Member Function Documentation
| 
 | 
| Determine if this certificate can be used by a certificate authority. 
 
 Definition at line 43 of file ksslx509v3.cc. | 
| 
 | 
| Determine if this certificate can be used by an SSL signer. 
 
 Definition at line 52 of file ksslx509v3.cc. References certTypeNSSSLServer(), certTypeSSLClient(), and certTypeSSLServer(). | 
| 
 | 
| Determine if this certificate can be used by an S/MIME signer. 
 
 Definition at line 66 of file ksslx509v3.cc. References certTypeSMIME(). | 
| 
 | 
| Determine if this certificate can be used by a code certificate signer. 
 
 Definition at line 77 of file ksslx509v3.cc. | 
| 
 | 
| Determine if this certificate can be used by an SSL client. 
 
 Definition at line 85 of file ksslx509v3.cc. Referenced by certTypeSSLCA(), and KSSL::setClientCertificate(). | 
| 
 | 
| Determine if this certificate can be used by an SSL server. 
 
 Definition at line 93 of file ksslx509v3.cc. Referenced by certTypeSSLCA(). | 
| 
 | 
| Determine if this certificate can be used by a Netscape SSL server. 
 
 Definition at line 101 of file ksslx509v3.cc. Referenced by certTypeSSLCA(). | 
| 
 | 
| Determine if this certificate can be used for S/MIME. 
 
 Definition at line 109 of file ksslx509v3.cc. References certTypeSMIMEEncrypt(), and certTypeSMIMESign(). Referenced by certTypeEmailCA(). | 
| 
 | 
| Determine if this certificate can be used for S/MIME encryption. 
 
 Definition at line 117 of file ksslx509v3.cc. Referenced by certTypeSMIME(). | 
| 
 | 
| Determine if this certificate can be used for S/MIME signing. 
 
 Definition at line 125 of file ksslx509v3.cc. Referenced by certTypeSMIME(). | 
| 
 | 
| Determine if this certificate can be used for revocation signing. 
 
 Definition at line 133 of file ksslx509v3.cc. | 
The documentation for this class was generated from the following files:

