1 /* Copyright 2004 IBM Corporation
3 * Redisribution and use in source and binary forms, with or without
4 * modification, are permitted only as authorizd by the OpenLADP
8 * This work originally developed by Sang Seok Lim
9 * 2004/06/18 03:20:00 slim@OpenLDAP.org
14 typedef enum { BER, GSER } EncRulesType;
16 typedef enum AsnTypeId {
17 BASICTYPE_BOOLEAN = 0,
20 BASICTYPE_OCTETSTRING,
25 BASICTYPE_NUMERIC_STR,
26 BASICTYPE_PRINTABLE_STR,
27 BASICTYPE_UNIVERSAL_STR,
32 BASICTYPE_GENERALIZEDTIME,
33 BASICTYPE_GRAPHIC_STR,
34 BASICTYPE_VISIBLE_STR,
35 BASICTYPE_GENERAL_STR,
36 BASICTYPE_OBJECTDESCRIPTOR,
37 BASICTYPE_VIDEOTEX_STR,
39 BASICTYPE_OCTETCONTAINING,
40 BASICTYPE_BITCONTAINING,
41 BASICTYPE_RELATIVE_OID, /* 25 */
43 /* Embedded Composite Types*/
45 /* A New ASN.1 types including type reference */
47 RelativeDistinguishedName,
49 FacsimileTelephoneNumber__telephoneNumber,
51 /* Newly Defined ASN.1 Type, Manually registered */