Class ASN1BitString

All Implemented Interfaces:
ASN1Constants
Direct Known Subclasses:
ASN1BitString.ASN1NamedBitList

public class ASN1BitString
extends ASN1StringType
This class represents ASN.1 Bitstring type.
See Also:
ASN.1
  • Constructor Details

    • ASN1BitString

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