C# Class QSSupportLib.Serial.Base58Encoding

Show file Open project: QualitySolution/QSProjects

Public Methods

Method Description
AddCheckSum ( byte data ) : byte[]
Decode ( string s ) : byte[]
DecodeWithCheckSum ( string s ) : byte[]
Encode ( byte data ) : string
EncodeWithCheckSum ( byte data ) : string
VerifyAndRemoveCheckSum ( byte data ) : byte[]

Private Methods

Method Description
GetCheckSum ( byte data ) : byte[]

Method Details

AddCheckSum() public static method

public static AddCheckSum ( byte data ) : byte[]
data byte
return byte[]

Decode() public static method

public static Decode ( string s ) : byte[]
s string
return byte[]

DecodeWithCheckSum() public static method

public static DecodeWithCheckSum ( string s ) : byte[]
s string
return byte[]

Encode() public static method

public static Encode ( byte data ) : string
data byte
return string

EncodeWithCheckSum() public static method

public static EncodeWithCheckSum ( byte data ) : string
data byte
return string

VerifyAndRemoveCheckSum() public static method

public static VerifyAndRemoveCheckSum ( byte data ) : byte[]
data byte
return byte[]