1 -- file: asn1specs/any.asn1
3 -- this file is used in ../c{,++}-examples/any/
5 -- $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/asn1specs/any.asn1,v 1.1.1.1 2001/05/18 23:14:05 mb Exp $
7 -- Revision 1.1.1.1 2001/05/18 23:14:05 mb
8 -- Move from private repository to open source repository
10 -- Revision 1.1.1.1 1999/03/16 18:05:55 aram
11 -- Originals from SMIME Free Library.
13 -- Revision 1.2 1997/02/16 20:25:20 rj
14 -- check-in of a few cosmetic changes
16 -- Revision 1.1 1994/08/31 22:44:44 rj
19 ANY-TEST DEFINITIONS ::= BEGIN
22 -- use the SNMP OBJECT type to define the correlation between
23 -- the identifying INTEGER/OBJECT IDENTIFIER
24 -- and the ANY DEFINED BY type
40 SYNTAX [PRIVATE 2] IMPLICIT OCTET STRING
46 SYNTAX [PRIVATE 1] BIT STRING
58 -- note that the following OBJECT-TYPE OBJECT IDENTIFIER values
59 -- reference the previous OBJECT-TYPE INTEGER values
65 ::= { 0 1 2 3 4 intId}
71 ::= { 0 1 2 3 4 boolId}
77 ::= { 0 1 2 3 4 octsId}
83 ::= { 0 1 2 3 4 bitsId}
89 ::= { 0 1 2 3 4 realId}
92 -- this type tests both the INTEGER and OBJECT IDENTIFIER mapping
93 AnyTestType ::= --snacc isPdu:"TRUE" -- SEQUENCE
99 TSeq1 ::= SEQUENCE OF AttrValue1
102 AttrValue1 ::= SEQUENCE
108 TSeq2 ::= SEQUENCE OF AttrValue2
110 AttrValue2 ::= SEQUENCE
112 id OBJECT IDENTIFIER,