Set type¶
-
class
pyasn1.type.univ.
Set
(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())¶ Note
The Set type models a collection of named ASN.1 components. Ordering of the components is not 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
-