C# 클래스 BitSharper.DumpedPrivateKey

Parses and generates private keys in the form used by the BitCoin "dumpprivkey" command. This is the private key bytes with a header byte and 4 checksum bytes at the end.
상속: VersionedChecksummedBytes
파일 보기 프로젝트 열기: TangibleCryptography/BitSharper

공개 메소드들

메소드 설명
DumpedPrivateKey ( NetworkParameters @params, string encoded ) : System

Parses the given private key as created by the "dumpprivkey" BitCoin C++ RPC.

비공개 메소드들

메소드 설명
DumpedPrivateKey ( NetworkParameters @params, byte keyBytes ) : System

메소드 상세

DumpedPrivateKey() 공개 메소드

Parses the given private key as created by the "dumpprivkey" BitCoin C++ RPC.
If the string is invalid or the header byte doesn't match the network params.
public DumpedPrivateKey ( NetworkParameters @params, string encoded ) : System
@params NetworkParameters
encoded string The base58 encoded string.
리턴 System