1 ASN-USEFUL DEFINITIONS ::=
4 -- file: .../asn1specs/asn-useful.asn1
6 -- NOTE: every one of these types is marked as a PDU so the compiler
7 -- will produce the encode and decode routines that
8 -- enc/dec the top tag/len pairs, not just the content decoders.
9 -- (only nec for re-generating the library files "asn_useful.[ch]").
10 -- The isPdu field does not affect how this module is linked
11 -- with other modules during compilation.
13 -- (type DEF comment directives immediately follow the "::=")
17 -- $Header: /cvs/Darwin/Security/SecurityASN1/asn/asn-useful.asn1,v 1.1.1.1 2001/05/18 23:13:59 mb Exp $
18 -- $Log: asn-useful.asn1,v $
19 -- Revision 1.1.1.1 2001/05/18 23:13:59 mb
20 -- Move from private repository to open source repository
22 -- Revision 1.1 2000/06/14 22:23:07 dmitch
23 -- New PKCS/CMS snacc-generated framework.
25 -- Revision 1.1.1.1 2000/03/09 00:59:54 rmurphy
26 -- Base Fortissimo Tree
28 -- Revision 1.2 1999/03/10 18:23:38 aram
29 -- Corrected definition of UTF8String.
31 -- Revision 1.1 1999/03/10 18:16:44 aram
32 -- Added UTF8String definition.
34 -- Revision 1.3 1995/07/24 15:12:35 rj
35 -- useful.asn1 renamed to asn-useful.asn1 to accomodate to snacc's new file name generation scheme.
37 -- Revision 1.2 1994/08/28 09:54:19 rj
38 -- comment leader fixed.
40 -- Revision 1.1 1994/08/28 09:51:15 rj
44 ObjectDescriptor ::= -- isPdu:"TRUE" --
45 [UNIVERSAL 7] IMPLICIT OCTET STRING
47 UTF8String ::= --snacc isPdu:"TRUE" --
48 [UNIVERSAL 12] IMPLICIT OCTET STRING
50 NumericString ::= --snacc isPdu:"TRUE" --
51 [UNIVERSAL 18] IMPLICIT OCTET STRING
53 PrintableString ::= --snacc isPdu:"TRUE" --
54 [UNIVERSAL 19] IMPLICIT OCTET STRING
56 TeletexString ::= --snacc isPdu:"TRUE" --
57 [UNIVERSAL 20] IMPLICIT OCTET STRING
59 T61String ::= --snacc isPdu:"TRUE" --
60 [UNIVERSAL 20] IMPLICIT OCTET STRING
62 VideotexString ::= --snacc isPdu:"TRUE" --
63 [UNIVERSAL 21] IMPLICIT OCTET STRING
65 IA5String ::= --snacc isPdu:"TRUE" --
66 [UNIVERSAL 22] IMPLICIT OCTET STRING
68 GraphicString ::= --snacc isPdu:"TRUE" --
69 [UNIVERSAL 25] IMPLICIT OCTET STRING
71 VisibleString ::= --snacc isPdu:"TRUE" --
72 [UNIVERSAL 26] IMPLICIT OCTET STRING
74 ISO646String ::= --snacc isPdu:"TRUE" --
75 [UNIVERSAL 26] IMPLICIT OCTET STRING
77 GeneralString ::= --snacc isPdu:"TRUE" --
78 [UNIVERSAL 27] IMPLICIT OCTET STRING
80 UTCTime ::= --snacc isPdu:"TRUE" --
81 [UNIVERSAL 23] IMPLICIT OCTET STRING
83 GeneralizedTime ::= --snacc isPdu:"TRUE" --
84 [UNIVERSAL 24] IMPLICIT OCTET STRING
86 UniversalString ::= --snacc isPdu:"TRUE" --
87 [UNIVERSAL 28] IMPLICIT OCTET STRING
89 BMPString ::= --snacc isPdu:"TRUE" --
90 [UNIVERSAL 30] IMPLICIT OCTET STRING
92 EXTERNAL ::= --snacc isPdu:"TRUE" -- [UNIVERSAL 8] IMPLICIT SEQUENCE
94 direct-reference OBJECT IDENTIFIER OPTIONAL,
95 indirect-reference INTEGER OPTIONAL,
96 data-value-descriptor ObjectDescriptor OPTIONAL,
99 single-ASN1-type [0] OCTET STRING, -- should be ANY
100 octet-aligned [1] IMPLICIT OCTET STRING,
101 arbitrary [2] IMPLICIT BIT STRING
105 END -- of ASN-USEFUL type definitions