C# Class LedgerWallet.Ledger3DESKey

3DES-2 private key
Datei anzeigen Open project: LedgerHQ/ledger-dotnet-api Class Usage Examples

Public Methods

Method Description
Ledger3DESKey ( byte bytes ) : System
Ledger3DESKey ( string hex ) : System
ToBytes ( ) : byte[]
ToHex ( ) : string

Method Details

Ledger3DESKey() public method

public Ledger3DESKey ( byte bytes ) : System
bytes byte
return System

Ledger3DESKey() public method

public Ledger3DESKey ( string hex ) : System
hex string
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

ToHex() public method

public ToHex ( ) : string
return string