Class ASN1Boolean

All Implemented Interfaces:
ASN1Constants

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

    • ASN1Boolean

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