Searched refs:OtherKeyAttribute (Results 1 – 3 of 3) sorted by relevance
/external/python/asn1crypto/asn1crypto/ |
D | cms.py | 715 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/ |
D | rfc3852.py | 88 class OtherKeyAttribute(univ.Sequence): class 92 OtherKeyAttribute.componentType = namedtype.NamedTypes( 129 namedtype.OptionalNamedType('other', OtherKeyAttribute()) 193 namedtype.OptionalNamedType('other', OtherKeyAttribute())
|
D | rfc5652.py | 126 class OtherKeyAttribute(univ.Sequence): class 130 OtherKeyAttribute.componentType = namedtype.NamedTypes( 173 namedtype.OptionalNamedType('other', OtherKeyAttribute()) 378 namedtype.OptionalNamedType('other', OtherKeyAttribute())
|