C# Class LedgerWallet.Ledger3DESKey

3DES-2 private key
Afficher le fichier Open project: LedgerHQ/ledger-dotnet-api Class Usage Examples

Méthodes publiques

Méthode Description
Ledger3DESKey ( byte bytes ) : System
Ledger3DESKey ( string hex ) : System
ToBytes ( ) : byte[]
ToHex ( ) : string

Method Details

Ledger3DESKey() public méthode

public Ledger3DESKey ( byte bytes ) : System
bytes byte
Résultat System

Ledger3DESKey() public méthode

public Ledger3DESKey ( string hex ) : System
hex string
Résultat System

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

ToHex() public méthode

public ToHex ( ) : string
Résultat string