blob: b81e37c541dca8a98fe7ebe529842773e1989739 [file] [log] [blame]
Lev Walkin3eb6a8e2006-03-06 11:20:57 +00001ASN1-Object-Identifier-Module { joint-iso-itu-t asn1(1) specification(0) modules(0) object-identifiers(1) }
2DEFINITIONS ::= BEGIN
3
4 -- NumericString ASN.1 type (see 37.3) --
5 numericString OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) specification(0) characterStrings(1) numericString(0) }
6
7 -- PrintableString ASN.1 type (see 37.5) --
8 printableString OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) specification(0) characterStrings(1) printableString(1) }
9
10 -- ASN.1 Character Module (see 38.1) --
11 asn1CharacterModule OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) specification(0) modules(0) iso10646(0) }
12
13 -- ASN.1 Object Identifier Module (this module) --
14 asn1ObjectIdentifierModule OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) specification(0) modules(0) object-identifiers(1) }
15
16 -- BER encoding of a single ASN.1 type --
17 ber OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) basic-encoding(1) }
18
19 -- CER encoding of a single ASN.1 type --
20 cer OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) ber-derived(2) canonical-encoding(0) }
21
22 -- DER encoding of a single ASN.1 type --
23 der OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) ber-derived(2) distinguished-encoding(1) }
24
25 -- PER encoding of a single ASN.1 type (basic aligned) --
26 perBasicAligned OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) packed-encoding(3) basic(0) aligned(0) }
27
28 -- PER encoding of a single ASN.1 type (basic unaligned) --
29 perBasicUnaligned OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) packed-encoding(3) basic(0) unaligned(1) }
30
31 -- PER encoding of a single ASN.1 type (canonical aligned) --
32 perCanonicalAligned OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) packed-encoding(3) canonical(1) aligned(0) }
33
34 -- PER encoding of a single ASN.1 type (canonical unaligned) --
35 perCanonicalUnaligned OBJECT IDENTIFIER ::= { joint-iso-itu-t asn1(1) packed-encoding(3) canonical(1) unaligned(1) }
36
37 -- XER encoding of a single ASN.1 type (basic) --
38 xerBasic OBJECT IDENTIFIER ::= {joint-iso-itu-t asn1(1) xml-encoding(5) basic(0) }
39
40 -- XER encoding of a single ASN.1 type (canonical) --
41 xerCanonical OBJECT IDENTIFIER ::= {joint-iso-itu-t asn1(1) xml-encoding(5) canonical(1) }
42
43END -- ASN1-Object-Identifier-Module --