Juha Hyttinen | ff8dccd | 2019-12-10 14:34:07 +0200 | [diff] [blame] | 1 | /*- |
| 2 | * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved. |
| 3 | * Redistribution and modifications are permitted subject to BSD license. |
| 4 | */ |
| 5 | #ifndef _PrintableString_H_ |
| 6 | #define _PrintableString_H_ |
| 7 | |
| 8 | #include <OCTET_STRING.h> |
| 9 | |
| 10 | #ifdef __cplusplus |
| 11 | extern "C" { |
| 12 | #endif |
| 13 | |
| 14 | typedef OCTET_STRING_t PrintableString_t; /* Implemented via OCTET STRING */ |
| 15 | |
| 16 | extern asn_TYPE_descriptor_t asn_DEF_PrintableString; |
| 17 | extern asn_TYPE_operation_t asn_OP_PrintableString; |
| 18 | |
| 19 | asn_constr_check_f PrintableString_constraint; |
| 20 | |
| 21 | #define PrintableString_free OCTET_STRING_free |
| 22 | #define PrintableString_print OCTET_STRING_print_utf8 |
| 23 | #define PrintableString_compare OCTET_STRING_compare |
| 24 | #define PrintableString_decode_ber OCTET_STRING_decode_ber |
| 25 | #define PrintableString_encode_der OCTET_STRING_encode_der |
| 26 | #define PrintableString_decode_xer OCTET_STRING_decode_xer_utf8 |
| 27 | #define PrintableString_encode_xer OCTET_STRING_encode_xer_utf8 |
| 28 | #define PrintableString_decode_uper OCTET_STRING_decode_uper |
| 29 | #define PrintableString_encode_uper OCTET_STRING_encode_uper |
| 30 | #define PrintableString_decode_aper OCTET_STRING_decode_aper |
| 31 | #define PrintableString_encode_aper OCTET_STRING_encode_aper |
| 32 | |
| 33 | #ifdef __cplusplus |
| 34 | } |
| 35 | #endif |
| 36 | |
| 37 | #endif /* _PrintableString_H_ */ |