C# Класс Paymetheus.Bitcoin.Wallet.PgpWordList

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decode ( string words ) : byte[]

Creates the original byte stream for a PGP word list encoding.

Encode ( byte value ) : string[]

Create the PGP word list encoding of a byte stream.

PgpWordList ( ) : System

Приватные методы

Метод Описание
CaseInsensitive ( string word ) : string
MismatchedIndex ( int byteIndex, ushort wordListIndex ) : bool
OriginalByte ( ushort wordIndex ) : byte
WordListIndex ( byte b, int byteIndex ) : int

Описание методов

Decode() публичный Метод

Creates the original byte stream for a PGP word list encoding.
The words argument is null /// The words argument is not a valid PGP word list encoding ///
public Decode ( string words ) : byte[]
words string The encoded byte stream
Результат byte[]

Encode() публичный Метод

Create the PGP word list encoding of a byte stream.
The value argument is null
public Encode ( byte value ) : string[]
value byte The byte stream to encode
Результат string[]

PgpWordList() публичный Метод

public PgpWordList ( ) : System
Результат System