1 -- file: .../asn1specs/ex1.asn1
3 -- This is an example ASN.1 module used in the documentation
7 -- $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/asn1specs/ex1.asn1,v 1.1.1.1 2001/05/18 23:14:05 mb Exp $
9 -- Revision 1.1.1.1 2001/05/18 23:14:05 mb
10 -- Move from private repository to open source repository
12 -- Revision 1.1.1.1 1999/03/16 18:05:55 aram
13 -- Originals from SMIME Free Library.
15 -- Revision 1.2 1997/02/16 20:25:22 rj
16 -- check-in of a few cosmetic changes
18 -- Revision 1.1 1994/10/08 05:41:32 rj
25 anOidVal OBJECT IDENTIFIER ::= { joint-iso-ccitt 40 foobar(29) }
26 theSameOidVal OBJECT IDENTIFIER ::= { 2 40 29 }
27 anIntVal INTEGER ::= 1
28 aBoolVal BOOLEAN ::= TRUE
33 OCTET STRING OPTIONAL,
34 ENUMERATED { a(0), b(1), c(2) },
36 SEQUENCE { id OBJECT IDENTIFIER, value OCTET STRING },
37 CHOICE { INTEGER, OBJECT IDENTIFIER }