Converter class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 ==(Object other) bool
The equality operator.
inherited

Static Methods

bigDecToHex(BigInt decimalValue) String
bigIntToBytes(BigInt value, {int? byteLength}) Uint8List
binToBytes(String binString) Uint8List
binToDec(String binString) int
binToHex(String binary) String
bytesToBin(List<int> bytes) String
bytesToDec(Uint8List byteList) int
convertBits(List<int> data, int from, int to, {bool pad = false}) List<int>
decToBin(int decimalValue) String
decToHex(int decimalValue) String
decToHexWithPadding(int decimalValue, int padding) String
derToRawSignature(Uint8List der) Uint8List
hexToBigDec(String hexString) BigInt
hexToBin(String hexString) String
hexToDec(String hexString) int
intToLittleEndianBytes(int value, int length) Uint8List
littleEndianToBigInt(Uint8List bytes) BigInt
littleEndianToInt(Uint8List bytes) int
rawToDerSignature(Uint8List raw) Uint8List
toLittleEndian(String hexString) String