Class MatchingRuleDescription
ASN1ParserThingie
--+
|
MatchingRuleDescription
ASN Syntax:
MatchingRuleDescription = "(" whsp
numericoid whsp ; MatchingRule identifier
[ "NAME" qdescrs ]
[ "DESC" qdstring ]
[ "OBSOLETE" whsp ]
"SYNTAX" numericoid
whsp ")"
Method Summary |
|
__init__(self,
text)
|
|
__repr__(self)
|
Inherited from ASN1ParserThingie |
|
_list (self,
l)
|
|
_str (self,
s)
|
|
_str_list (self,
l)
|
|
_strings_to_list (self,
text)
Split ''-quoted strings into list. |
|
_to_list (self,
text)
Split text into $-separated list. |