C# Class TextSecure.crypto.PreKeyUtil

ファイルを表示 Open project: smndtrl/Signal-UWP

Public Properties

Property Type Description
BATCH_SIZE uint
conn SQLite.SQLiteConnection

Public Methods

Method Description
generateLastResortKey ( ) : Task
generatePreKeys ( ) : Task>
generateSignedPreKey ( libaxolotl.IdentityKeyPair identityKeyPair ) : libaxolotl.state.SignedPreKeyRecord

Private Methods

Method Description
generatePreKey ( uint preKeyId ) : Task
generateSignedPreKey ( libaxolotl.IdentityKeyPair identityKeyPair, uint signedPreKeyId ) : libaxolotl.state.SignedPreKeyRecord
getNextPreKeyId ( ) : uint
getNextSignedPreKeyId ( ) : uint
setNextPreKeyId ( uint id ) : void
setNextSignedPreKeyId ( uint id ) : void

Method Details

generateLastResortKey() public static method

public static generateLastResortKey ( ) : Task
return Task

generatePreKeys() public static method

public static generatePreKeys ( ) : Task>
return Task>

generateSignedPreKey() public static method

public static generateSignedPreKey ( libaxolotl.IdentityKeyPair identityKeyPair ) : libaxolotl.state.SignedPreKeyRecord
identityKeyPair libaxolotl.IdentityKeyPair
return libaxolotl.state.SignedPreKeyRecord

Property Details

BATCH_SIZE public_oe static_oe property

public static uint BATCH_SIZE
return uint

conn public_oe static_oe property

public static SQLiteConnection,SQLite conn
return SQLite.SQLiteConnection