Home | History | Annotate | Download | only in pyasn1_modules

Lines Matching refs:SequenceOf

88 class BodyPartPath(univ.SequenceOf):
134 namedtype.NamedType('bodyList', univ.SequenceOf(componentType=BodyPartReference())),
198 namedtype.NamedType('bodyList', univ.SequenceOf(componentType=BodyPartReference()))
278 namedtype.NamedType('anchorHashes', univ.SequenceOf(componentType=univ.OctetString()))
327 namedtype.NamedType('certHashes', univ.SequenceOf(componentType=univ.OctetString())),
352 namedtype.NamedType('bodyList', univ.SequenceOf(componentType=BodyPartID())),
407 namedtype.NamedType('controlSequence', univ.SequenceOf(componentType=TaggedAttribute())),
408 namedtype.NamedType('reqSequence', univ.SequenceOf(componentType=TaggedRequest())),
409 namedtype.NamedType('cmsSequence', univ.SequenceOf(componentType=TaggedContentInfo())),
410 namedtype.NamedType('otherMsgSequence', univ.SequenceOf(componentType=OtherMsg()))
414 class BodyPartList(univ.SequenceOf):
448 namedtype.NamedType('controlSequence', univ.SequenceOf(componentType=TaggedAttribute())),
449 namedtype.NamedType('cmsSequence', univ.SequenceOf(componentType=TaggedContentInfo())),
450 namedtype.NamedType('otherMsgSequence', univ.SequenceOf(componentType=OtherMsg()))
479 class ExtensionReq(univ.SequenceOf):
499 namedtype.NamedType('bodyIds', univ.SequenceOf(componentType=BodyPartID()))
537 namedtype.NamedType('certReferences', univ.SequenceOf(componentType=BodyPartID())),
538 namedtype.NamedType('extensions', univ.SequenceOf(componentType=rfc5280.Extension()))