ksslx509v3.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _KSSLX509V3_H
00022 #define _KSSLX509V3_H
00023
00024 #include <qstring.h>
00025
00026
00027 class KSSLX509V3 {
00028 friend class KSSLCertificate;
00029 friend class KSSLCertificatePrivate;
00030 public:
00031 ~KSSLX509V3();
00032
00033 bool certTypeCA();
00034 bool certTypeSSLCA();
00035 bool certTypeEmailCA();
00036 bool certTypeCodeCA();
00037 bool certTypeSSLClient();
00038 bool certTypeSSLServer();
00039 bool certTypeNSSSLServer();
00040 bool certTypeSMIME();
00041 bool certTypeSMIMEEncrypt();
00042 bool certTypeSMIMESign();
00043 bool certTypeCRLSign();
00044
00045 private:
00046 class KSSLX509V3Private;
00047 KSSLX509V3Private *d;
00048
00049 protected:
00050 KSSLX509V3();
00051 long flags;
00052 };
00053
00054 #endif
This file is part of the documentation for kdelibs Version 3.1.5.