This class represents ASN.1 Bitstring type.
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm
Inner Class :public static class ASN1NamedBitList extends ASN1BitString
Constructor Summary
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.
getInstance() Returns ASN.1 Bitstring type default implementation
The default implementation works with encoding
that is represented as BitString object.
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.
Returns ASN.1 Bitstring type default implementation
The default implementation works with encoding
that is represented as BitString object.
ASN.1 Bitstring type default implementation See Also:org.apache.harmony.security.asn1.BitString