RSA Security logo

RSA BSAFE Cert-C
API Reference

transprt.h

Go to the documentation of this file.
00001 /*  
00002 ** Copyright (c) 2000-2002, RSA Security Inc.
00003 **
00004 ** This file is used to demonstrate how to interface to an RSA
00005 ** Security licensed development product.  You have a
00006 ** royalty-free right to use, modify, reproduce and distribute this
00007 ** demonstration file (including any modified version), provided that
00008 ** you agree that RSA Security has no warranty, implied or
00009 ** otherwise, or liability for this demonstration file or any modified
00010 ** version.
00011 **
00012 */
00013 
00019 #ifndef HEADER_BSAFE_CERTC_TRANSPRT
00020 #define HEADER_BSAFE_CERTC_TRANSPRT 1
00021 
00022 #include "certc.h"
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00028  
00080 typedef struct {
00081   LIST_OBJ          destList;     /* transport destination(s) */
00082   LIST_OBJ          proxyList;    /* proxy(s) to destination(s) */
00083   unsigned int      timeOut;      /* network timeout, in seconds */
00084 } TRANSPORT_INFO;
00085 
00086 #define TRANSPORT_INFO_TIMEOUT_NONE 0 /* no transport timeout */
00087 
00088 #ifdef __cplusplus
00089 }
00090 #endif
00091 
00092 #endif /* HEADER_BSAFE_CERTC_TRANSPRT */
00093 



RSA BSAFE® Cert-C 2.7 API Reference