jox
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8187 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
21
lib/asn1/rfc2459.asn1
Normal file
21
lib/asn1/rfc2459.asn1
Normal file
@@ -0,0 +1,21 @@
|
||||
RFC2459 DEFINITIONS ::= BEGIN
|
||||
|
||||
AttributeType ::= OBJECT-IDENTIFIER
|
||||
|
||||
AttributeValue ::= OCTET STRING --ANY DEFINED BY AttributeType
|
||||
|
||||
AttributeTypeAndValue ::= SEQUENCE {
|
||||
type AttributeType,
|
||||
value AttributeValue
|
||||
}
|
||||
|
||||
RelativeDistinguishedName ::= --SET
|
||||
SEQUENCE OF AttributeTypeAndValue
|
||||
|
||||
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
|
||||
|
||||
Name ::= CHOICE { -- RFC2459
|
||||
x RDNSequence
|
||||
}
|
||||
|
||||
END
|
Reference in New Issue
Block a user