C# 클래스 bitmessage.network.PrivateKey

상속: Pubkey, ICanBeSent
파일 보기 프로젝트 열기: sharpbitmessage/SharpBitmessage 1 사용 예제들

공개 메소드들

메소드 설명
DecryptAES256CBC4Msg ( byte data ) : byte[]
FirstOrDefault ( SQLite.SQLiteAsyncConnection conn ) : PrivateKey
GetAll ( SQLite.SQLiteAsyncConnection conn ) : IEnumerable
GetPrivateKey ( SQLite.SQLiteAsyncConnection conn, string name ) : PrivateKey
PrivateKey ( ) : System
PrivateKey ( string label, bool eighteenByteRipe = false ) : System
SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
Sign ( byte data ) : byte[]

비공개 메소드들

메소드 설명
PrivateKey2Wif ( byte privateKey ) : string
SendAsync ( Bitmessage bitmessage ) : void
Wif2PrivateKey ( string wif ) : byte[]

if input 5Kek19qnxAqFsLXKToVMWcbpQryxzwaqtHLnQ9WwrZR8yC8aBck then hex result f1b868e74dd6dd9d13a6bce594e62baf71fa367fc7747bdf019380adde153253

메소드 상세

DecryptAES256CBC4Msg() 공개 메소드

public DecryptAES256CBC4Msg ( byte data ) : byte[]
data byte
리턴 byte[]

FirstOrDefault() 공개 정적인 메소드

public static FirstOrDefault ( SQLite.SQLiteAsyncConnection conn ) : PrivateKey
conn SQLite.SQLiteAsyncConnection
리턴 PrivateKey

GetAll() 공개 정적인 메소드

public static GetAll ( SQLite.SQLiteAsyncConnection conn ) : IEnumerable
conn SQLite.SQLiteAsyncConnection
리턴 IEnumerable

GetPrivateKey() 공개 정적인 메소드

public static GetPrivateKey ( SQLite.SQLiteAsyncConnection conn, string name ) : PrivateKey
conn SQLite.SQLiteAsyncConnection
name string
리턴 PrivateKey

PrivateKey() 공개 메소드

public PrivateKey ( ) : System
리턴 System

PrivateKey() 공개 메소드

public PrivateKey ( string label, bool eighteenByteRipe = false ) : System
label string
eighteenByteRipe bool
리턴 System

SaveAsync() 공개 메소드

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
리턴 Task

Sign() 공개 메소드

public Sign ( byte data ) : byte[]
data byte
리턴 byte[]