Go to the documentation of this file. 1 #ifndef __SEC_INTERFACE_H__
2 #define __SEC_INTERFACE_H__
16 #include <netinet/in.h>
17 #include <sys/param.h>
22 #if defined(__CYGWIN__) || defined(__FreeBSD__)
23 #include <sys/socket.h>
166 virtual int Sign(
const char * ,
190 virtual int getKey(
char * =0,
int =0) {
return -ENOTSUP;}
197 virtual int setKey(
char * ,
int ) {
return -ENOTSUP;}
316 virtual const char *
getParms(
int &size,
const char *hname=0) = 0;
323 const struct sockaddr &hadr,