blob: 6c40a954d4c78141cb83a82753593930a9a3c8e1 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _IA5String_H_
6#define _IA5String_H_
7
Lev Walkinf15320b2004-06-03 03:38:44 +00008#include <OCTET_STRING.h>
9
Lev Walkin11c3e172004-09-24 21:00:50 +000010typedef OCTET_STRING_t IA5String_t; /* Implemented via OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000011
12/*
13 * IA5String ASN.1 type definition.
14 */
15extern asn1_TYPE_descriptor_t asn1_DEF_IA5String;
16
17asn_constr_check_f IA5String_constraint;
18
19#endif /* _IA5String_H_ */