ASN1BitString class

Implemented types

Constructors

ASN1BitString(Uint8List bitString, {int unusedBits = 0})
ASN1BitString.decode(Iterable<int> bytes)
factory

Properties

bitString Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag int
final
unusedBits int
getter/setter pair

Methods

encode() Uint8List
override
encodeContent() Iterable<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Static Methods

parse(MutableIterable bytes) ASN1BitString
override