ksslcertificatefactory.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _KSSLCERTIFICATEFACTORY_H
00024 #define _KSSLCERTIFICATEFACTORY_H
00025
00026 class KSSLCertificate;
00027
00028 typedef enum {KEYTYPE_UNKNOWN, KEYTYPE_RSA, KEYTYPE_DSA} KSSLKeyType;
00029
00030 class KSSLCertificateFactory {
00031
00032 public:
00033
00034 static KSSLCertificate* generateSelfSigned(KSSLKeyType keytype);
00035
00036
00037
00038 private:
00039
00040 class KSSLCertificateFactoryPrivate;
00041 KSSLCertificateFactoryPrivate *d;
00042
00043 protected:
00044
00045 };
00046
00047 #endif
00048
This file is part of the documentation for kio Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:43:48 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003