Class ASN1Integer

All Implemented Interfaces:
ASN1Constants

public final class ASN1Integer
extends ASN1Primitive
This class represents ASN.1 Integer type.
See Also:
ASN.1
  • Constructor Details

    • ASN1Integer

      public ASN1Integer()
      Constructs ASN.1 Integer type The constructor is provided for inheritance purposes when there is a need to create a custom ASN.1 Integer type. To get a default implementation it is recommended to use getInstance() method.
  • Method Details