C# Class QSSupportLib.Serial.Base58Encoding

Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Méthode 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

Méthode Description
GetCheckSum ( byte data ) : byte[]

Method Details

AddCheckSum() public static méthode

public static AddCheckSum ( byte data ) : byte[]
data byte
Résultat byte[]

Decode() public static méthode

public static Decode ( string s ) : byte[]
s string
Résultat byte[]

DecodeWithCheckSum() public static méthode

public static DecodeWithCheckSum ( string s ) : byte[]
s string
Résultat byte[]

Encode() public static méthode

public static Encode ( byte data ) : string
data byte
Résultat string

EncodeWithCheckSum() public static méthode

public static EncodeWithCheckSum ( byte data ) : string
data byte
Résultat string

VerifyAndRemoveCheckSum() public static méthode

public static VerifyAndRemoveCheckSum ( byte data ) : byte[]
data byte
Résultat byte[]