1 2.. _univ.Any: 3 4.. |ASN.1| replace:: Any 5 6.. |encoding| replace:: iso-8859-1 7 8|ASN.1| type 9------------ 10 11.. autoclass:: pyasn1.type.univ.Any(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1', binValue=NoValue(),hexValue=NoValue()) 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec 13 14 .. note:: 15 16 The |ASN.1| type models an arbitrary value of an arbitrary type. Typically, 17 a selection of types are defined in form of an 18 :ref:`open type <opentype.OpenType>` . Technically, the ANY 19 value is a serialised representation of some other ASN.1 object. 20 21 .. automethod:: pyasn1.type.univ.Any.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1') 22 .. automethod:: pyasn1.type.univ.Any.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(),encoding='iso-8859-1') 23