blob: a80004e8c4205a01c4999d2925ee1e8c6913cfd3 [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
8#include <constr_TYPE.h>
9#include <OCTET_STRING.h>
10
11typedef OCTET_STRING_t IA5String_t; /* Implemented in terms of OCTET STRING */
12
13/*
14 * IA5String ASN.1 type definition.
15 */
16extern asn1_TYPE_descriptor_t asn1_DEF_IA5String;
17
18asn_constr_check_f IA5String_constraint;
19
20#endif /* _IA5String_H_ */