Searched refs:RecipientInfos (Results 1 – 3 of 3) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc2315.py | 137 class RecipientInfos(univ.SetOf): class 243 namedtype.NamedType('recipientInfos', RecipientInfos()), 257 namedtype.NamedType('recipientInfos', RecipientInfos()),
|
D | rfc5652.py | 479 class RecipientInfos(univ.SetOf): class 483 RecipientInfos.componentType = RecipientInfo() 484 RecipientInfos.subtypeSpec = constraint.ValueSizeConstraint(1, MAX) 495 namedtype.NamedType('recipientInfos', RecipientInfos()), 633 namedtype.NamedType('recipientInfos', RecipientInfos()),
|
D | rfc3852.py | 307 class RecipientInfos(univ.SetOf): class 311 RecipientInfos.componentType = RecipientInfo() 312 RecipientInfos.subtypeSpec = constraint.ValueSizeConstraint(1, MAX) 646 namedtype.NamedType('recipientInfos', RecipientInfos()), 671 namedtype.NamedType('recipientInfos', RecipientInfos()),
|