KIO
Go to the documentation of this file.
24 #include <ksslconfig.h>
54 return (
flags & ((1 << (16+X509_PURPOSE_NS_SSL_SERVER-1))|
55 (1 << (16+X509_PURPOSE_SSL_SERVER-1))|
56 (1 << (16+X509_PURPOSE_SSL_CLIENT-1)))) ?
true :
67 return (
flags & ((1 << (16+X509_PURPOSE_SMIME_ENCRYPT-1))|
68 (1 << (16+X509_PURPOSE_SMIME_SIGN-1)))) ?
true :
77 return (
flags & (1 << (16+X509_PURPOSE_ANY-1))) ?
true :
false;
85 return (
flags & (1 << (X509_PURPOSE_SSL_CLIENT-1))) ?
true :
false;
93 return (
flags & (1 << (X509_PURPOSE_SSL_SERVER-1))) ?
true :
false;
101 return (
flags & (1 << (X509_PURPOSE_NS_SSL_SERVER-1))) ?
true :
false;
117 return (
flags & (1 << (X509_PURPOSE_SMIME_ENCRYPT-1))) ?
true :
false;
125 return (
flags & (1 << (X509_PURPOSE_SMIME_SIGN-1))) ?
true :
false;
133 return (
flags & (1 << (X509_PURPOSE_CRL_SIGN-1))) ?
true :
false;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:47:54 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.