Home
last modified time | relevance | path

Searched refs:OtherKeyAttribute (Results 1 – 3 of 3) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcms.py715 class OtherKeyAttribute(Sequence): class
726 ('other', OtherKeyAttribute, {'optional': True}),
762 ('other', OtherKeyAttribute, {'optional': True}),
933 ('other', OtherKeyAttribute, {'optional': True}),
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3852.py88 class OtherKeyAttribute(univ.Sequence): class
92 OtherKeyAttribute.componentType = namedtype.NamedTypes(
129 namedtype.OptionalNamedType('other', OtherKeyAttribute())
193 namedtype.OptionalNamedType('other', OtherKeyAttribute())
Drfc5652.py126 class OtherKeyAttribute(univ.Sequence): class
130 OtherKeyAttribute.componentType = namedtype.NamedTypes(
173 namedtype.OptionalNamedType('other', OtherKeyAttribute())
378 namedtype.OptionalNamedType('other', OtherKeyAttribute())