Package org.asnlab.asndt.runtime.value
Class NamedBits
java.lang.Object
org.asnlab.asndt.runtime.value.NamedBits
Named bits representation of an ASN.1 BIT STRING
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
namedBits
-
-
Constructor Details
-
NamedBits
-
-
Method Details
-
getBit
public boolean getBit(org.asnlab.asndt.runtime.type.NamedNumber namedBit) -
setBit
public void setBit(org.asnlab.asndt.runtime.type.NamedNumber namedBit, boolean value) -
getBit
public boolean getBit(int bit) -
setBit
public void setBit(int bit, boolean value)
-