C# Class bitmessage.network.Pubkey

Show file Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Property Type Description
GetPayload4Broadcast byte[]

Public Methods

Method Description
DecryptAes256Cbc4Broadcast ( byte data ) : byte[]
Find ( SQLite.SQLiteAsyncConnection conn, string name ) : Pubkey
GetAll ( SQLite.SQLiteAsyncConnection conn ) : IEnumerable
Pubkey ( ) : System
Pubkey ( byte data, int &pos, bool checkSign = false ) : System
SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
Sha512VersionStreamHashFirst32 ( ) : byte[]
ToString ( ) : string

Private Methods

Method Description
GetPayload4Broadcast ( ) : byte[]

Method Details

DecryptAes256Cbc4Broadcast() public method

public DecryptAes256Cbc4Broadcast ( byte data ) : byte[]
data byte
return byte[]

Find() public static method

public static Find ( SQLite.SQLiteAsyncConnection conn, string name ) : Pubkey
conn SQLite.SQLiteAsyncConnection
name string
return Pubkey

GetAll() public static method

public static GetAll ( SQLite.SQLiteAsyncConnection conn ) : IEnumerable
conn SQLite.SQLiteAsyncConnection
return IEnumerable

Pubkey() public method

public Pubkey ( ) : System
return System

Pubkey() public method

public Pubkey ( byte data, int &pos, bool checkSign = false ) : System
data byte
pos int
checkSign bool
return System

SaveAsync() public method

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
return Task

Sha512VersionStreamHashFirst32() public method

public Sha512VersionStreamHashFirst32 ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string