summaryrefslogtreecommitdiff
path: root/doc/source/docs/type/univ/integer.rst
blob: fd9fbec6fbd012e2ca429a82a57636fd718e4491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

.. |ASN.1| replace:: Integer

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

.. autoclass:: pyasn1.type.univ.Integer(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), namedValues=NamedValues())
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap,
             subtypeSpec, namedValues

   .. note::

        The |ASN.1| type models an arbitrary integer. INTEGER values can be positive, negative,
        or zero, and can have any magnitude.
       
   .. automethod:: pyasn1.type.univ.Integer.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), namedValues=NamedValues())
   .. automethod:: pyasn1.type.univ.Integer.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(), namedValues=NamedValues())