1 -- @(#) sm_x501if.asn 1.2 2/24/98 13:39:21
4 -- oid defined in sm_x501ud.asn
6 -- { joint-iso-itu-t(1) ds(5) modules(1) informationFramework(1) 3 }
7 DEFINITIONS EXPLICIT TAGS ::=
11 -- Added this because the CMS module needs it and thinks it comes from
16 Attributes ::= SET OF Attribute
18 AttributeType ::= OBJECT IDENTIFIER
20 AttributeValue ::= ANY
22 Attribute ::= SEQUENCE {
24 values SET OF AttributeValue
28 rDNSequence RDNSequence
31 DistinguishedName ::= RDNSequence
33 RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
35 RelativeDistinguishedName ::= SET SIZE (1..MAX) OF
36 AttributeTypeAndDistinguishedValue
39 AttributeTypeAndDistinguishedValue ::= SEQUENCE {
40 type OBJECT IDENTIFIER,
42 primaryDistinguished BOOLEAN DEFAULT TRUE,
43 valuesWithContext SET SIZE (1 .. MAX) OF SEQUENCE {
44 distingAttrValue OBJECT IDENTIFIER OPTIONAL,
45 contextList SET SIZE (1 .. MAX) OF ANY } OPTIONAL