Class BitStringInfo

Direct Known Subclasses:
ContainingBitStringInfo

public class BitStringInfo extends VectorInfo
The BitStringInfo class defines properties of ASN.1 type BIT STRING.
Since:
ASN.1/Java 2.1
  • Method Details

    • hasNamedBits

      public boolean hasNamedBits()
      Returns whether the type has a named bit list or has none.
      Returns:
      true if the type has named bit list.
    • getNamedBits

      public MemberList getNamedBits()
      Returns the named bit list for this Bit String type. Returns null if there is no named bit list.
      Returns:
      named bit list.