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

파일 보기 프로젝트 열기: btcsuite/Paymetheus

공개 메소드들

메소드 설명
DecodeAndValidateUserInput ( string userInput, PgpWordList pgpWordList ) : byte[]

Decodes user input as either the hexadecimal or PGP word list encoding of a seed and validates the seed length.

EncodeWordList ( PgpWordList pgpWordList, byte seed ) : string[]
GenerateRandomSeed ( ) : byte[]

비공개 메소드들

메소드 설명
DecodeUserInput ( string userInput, PgpWordList pgpWordList ) : byte[]

메소드 상세

DecodeAndValidateUserInput() 공개 정적인 메소드

Decodes user input as either the hexadecimal or PGP word list encoding of a seed and validates the seed length.
public static DecodeAndValidateUserInput ( string userInput, PgpWordList pgpWordList ) : byte[]
userInput string
pgpWordList PgpWordList
리턴 byte[]

EncodeWordList() 공개 정적인 메소드

public static EncodeWordList ( PgpWordList pgpWordList, byte seed ) : string[]
pgpWordList PgpWordList
seed byte
리턴 string[]

GenerateRandomSeed() 공개 정적인 메소드

public static GenerateRandomSeed ( ) : byte[]
리턴 byte[]