File: Test_parser.asn

package info (click to toggle)
libtasn1 0.1.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,208 kB
  • ctags: 581
  • sloc: sh: 8,583; ansic: 7,813; yacc: 511; perl: 465; makefile: 134
file content (29 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--
--  File used in the test sequence Test_parser.
--


TEST_PARSER {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-pkix1-implicit-88(2)}

DEFINITIONS IMPLICIT TAGS ::=

BEGIN


Sequence1 ::= SEQUENCE{
    int1     INTEGER,
    int2     INTEGER,
    generic  GeneralString
}


END