RSA Security logo

RSA BSAFE Cert-C
API Reference

certc.h

Go to the documentation of this file.
00001 /*
00002 * Copyright (c) RSA Security Inc., 1999-2003.  All rights reserved.
00003 * This work contains proprietary, confidential, and trade secret
00004 * information of RSA Security Inc.  Use, disclosure or reproduction
00005 * without the express written authorization of RSA Security Inc. is
00006 * prohibited.
00007 */
00008 
00009 #ifndef HEADER_BSAFE_CERTC_CERTC
00010 #define HEADER_BSAFE_CERTC_CERTC 1
00011 
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022 
00023 #define RSA_STD_MEM_FUNCS     RSA_ENABLED
00024 #define RSA_STD_ALLOC_FUNCS   RSA_ENABLED
00025 #define RSA_STD_STRING_FUNCS  RSA_ENABLED
00026 #define RSA_STD_TIME_FUNCS    RSA_ENABLED
00027 
00028 #include "certplat.h"
00029 #ifdef _MSC_VER
00030 # pragma warning (disable: 171 193 810 991)
00031 #endif
00032 #include "aglobal.h"
00033 #ifdef _MSC_VER
00034 # pragma warning (default: 171 193 810 991)
00035 #endif
00036 
00037 #include "certlist.h"
00038 #include "basetype.h"
00039 #include "stdlibrf.h"
00040 #include "context.h"
00041 #include "certsurr.h"
00042 #include "certlog.h"
00043 #include "certio.h"
00044 #include "certdb.h"
00045 #include "certerr.h"
00046 
00047 #include "certext.h"
00048 #include "certattr.h"
00049 #include "certapi.h"
00050 #include "crlapi.h"
00051 #include "pkcs10.h"
00052 #include "certname.h"
00053 #include "certpath.h"
00054 #include "cms.h"
00055 #include "cmsobj.h"
00056 #include "pkcs12.h"
00057 #include "asn1pub.h"
00058 #include "certcryp.h"
00059 #include "cmpstr.h"
00060 #include "base64.h"
00061 #include "pkimsg.h"
00062 #include "pkicfmsg.h"
00063 #include "pkicrmsg.h"
00064 #include "pkictmsg.h"
00065 #include "pkiermsg.h"
00066 #include "pkikumsg.h"
00067 #include "pkirvmsg.h"
00068 
00069 #ifdef __cplusplus
00070 }
00071 #endif
00072 
00073 #endif /* HEADER_BSAFE_CERTC_CERTC */



RSA BSAFE® Cert-C 2.7 API Reference