aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/any.rst
blob: 56e593e8bd588120c65d8b9e09bd8a3d8a366f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

.. _univ.Any:

.. |ASN.1| replace:: Any

.. |encoding| replace:: iso-8859-1

|ASN.1| type
------------

.. autoclass:: pyasn1.type.univ.Any(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1', binValue=NoValue(),hexValue=NoValue())
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec

   .. note::

       The |ASN.1| type models an arbitrary value of an arbitrary type. Typically,
       a selection of types are defined in form of an
       :ref:`open type <opentype.OpenType>` . Technically, the ANY
       value is a serialised representation of some other ASN.1 object.

   .. automethod:: pyasn1.type.univ.Any.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1')
   .. automethod:: pyasn1.type.univ.Any.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(),encoding='iso-8859-1')