blob: e2a909dd586ad17e49fe87ac451535d3f836c417 [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 Walkin21b41ac2005-07-24 09:03:44 +000010#ifdef __cplusplus
11extern "C" {
12#endif
13
Lev Walkin11c3e172004-09-24 21:00:50 +000014typedef OCTET_STRING_t IA5String_t; /* Implemented via OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000015
16/*
17 * IA5String ASN.1 type definition.
18 */
Lev Walkin5e033762004-09-29 13:26:15 +000019extern asn_TYPE_descriptor_t asn_DEF_IA5String;
Lev Walkinf15320b2004-06-03 03:38:44 +000020
21asn_constr_check_f IA5String_constraint;
22
Lev Walkin21b41ac2005-07-24 09:03:44 +000023#ifdef __cplusplus
24}
25#endif
26
Lev Walkinf15320b2004-06-03 03:38:44 +000027#endif /* _IA5String_H_ */