Binary String Value Specification
This value specification causes two Java constants to be generated: a `numbits' constant specifying the number of bits in the string and a `data' constant that hold the actual bit values.
<name> BIT STRING ::= `bbbbbbb'Bpublic static final int <name>_numbits = <numbits>; public static final byte[] <name>_data = { 0xhh, 0xhh, ... };
Objective Systems, Inc.102 Pickering Way, Suite #506Exton, Pennsylvania 19341 http://www.obj-sys.com Phone: (484) 875-9841 Toll-free: (877) 307-6855 (US only) Fax: (484) 875-9830 info@obj-sys.com |