C# Class bitmessage.network.Pubkey

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Свойство Type Description
GetPayload4Broadcast byte[]

Méthodes publiques

Méthode 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

Méthode Description
GetPayload4Broadcast ( ) : byte[]

Method Details

DecryptAes256Cbc4Broadcast() public méthode

public DecryptAes256Cbc4Broadcast ( byte data ) : byte[]
data byte
Résultat byte[]

Find() public static méthode

public static Find ( SQLite.SQLiteAsyncConnection conn, string name ) : Pubkey
conn SQLite.SQLiteAsyncConnection
name string
Résultat Pubkey

GetAll() public static méthode

public static GetAll ( SQLite.SQLiteAsyncConnection conn ) : IEnumerable
conn SQLite.SQLiteAsyncConnection
Résultat IEnumerable

Pubkey() public méthode

public Pubkey ( ) : System
Résultat System

Pubkey() public méthode

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

SaveAsync() public méthode

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
Résultat Task

Sha512VersionStreamHashFirst32() public méthode

public Sha512VersionStreamHashFirst32 ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string