Searched refs:RevocationInfoChoices (Results 1 – 3 of 3) sorted by relevance
/external/python/asn1crypto/asn1crypto/ |
D | cms.py | 598 class RevocationInfoChoices(SetOf): class 624 ('crls', RevocationInfoChoices, {'implicit': 1, 'optional': True}), 650 ('crls', RevocationInfoChoices, {'implicit': 1, 'optional': True}),
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3852.py | 81 class RevocationInfoChoices(univ.SetOf): class 85 RevocationInfoChoices.componentType = RevocationInfoChoice() 594 namedtype.OptionalNamedType('crls', RevocationInfoChoices().subtype( 625 namedtype.OptionalNamedType('crls', RevocationInfoChoices().subtype(
|
D | rfc5652.py | 316 class RevocationInfoChoices(univ.SetOf): class 320 RevocationInfoChoices.componentType = RevocationInfoChoice() 330 namedtype.OptionalNamedType('crls', RevocationInfoChoices().subtype( 722 namedtype.OptionalNamedType('crls', RevocationInfoChoices().subtype(
|