/*
 *
 *    pkcs9.h
 *
 *    Note, this file consists of machine-generated data structures.
 *    Do not edit these contents.
 *
 *
 *    Copyright (C) 1996, 1997, Visa International Service Association and MasterCard International Incorporated
 *    All Rights Reserved.
 *
 *    briank@terisa.com
 *
 */

#ifndef __pkcs9__h__
#define __pkcs9__h__

#include <define.h>

#include <asn_types.h>

#ifdef __cplusplus
extern "C" {
#endif



typedef
    asn__object_identifier         pkcs9__ContentType               ; 

typedef
    asn__octet_string              pkcs9__MessageDigest             ; 



extern      asn__object_identifier         pkcs9__pkcs_9                    ; 
extern      asn__object_identifier         pkcs9__emailAddress              ; 
extern      asn__object_identifier         pkcs9__unstructuredName          ; 
extern      asn__object_identifier         pkcs9__contentType               ; 
extern      asn__object_identifier         pkcs9__messageDigest             ; 
extern      asn__object_identifier         pkcs9__signingTime               ; 
extern      asn__object_identifier         pkcs9__countersignature          ; 
extern      asn__object_identifier         pkcs9__challengePassword         ; 
extern      asn__object_identifier         pkcs9__unstructuredAddress       ; 
extern      asn__object_identifier         pkcs9__extendedCertificateAttributes   ; 





# define                           PKCS9__CONTENTTYPE               0 /* pkcs9__ContentType */
# define                           PKCS9__MESSAGEDIGEST             1 /* pkcs9__MessageDigest */



PRIVATE      a2c_module                     pkcs9                            ; 


#ifdef __cplusplus
}
#endif
#endif


Copyright © 1996, 1997, Visa International Service Association and MasterCard International Incorporated
All Rights Reserved.