Sequence type

class pyasn1.type.univ.Sequence(componentType=None, tagSet=tagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())

Note

The Sequence type models a collection of named ASN.1 components. Ordering of the components is preserved upon de/serialization.

clone(componentType=None, tagSet=tagSet(), subtypeSpec=ConstraintsIntersection())
subtype(componentType=None, implicitTag=Tag(), explicitTag=Tag(), subtypeSpec=ConstraintsIntersection())
isSuperTypeOf(other, matchTags=True, matchConstraints=True)

Returns true if argument is a ASN1 subtype of ourselves