C# 클래스 Paymetheus.Bitcoin.Wallet.PgpWordList

파일 보기 프로젝트 열기: btcsuite/Paymetheus 1 사용 예제들

공개 메소드들

메소드 설명
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