C# Class TextSecure.crypto.PreKeyUtil

Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

Свойство Type Description
BATCH_SIZE uint
conn SQLite.SQLiteConnection

Méthodes publiques

Méthode Description
generateLastResortKey ( ) : Task
generatePreKeys ( ) : Task>
generateSignedPreKey ( libaxolotl.IdentityKeyPair identityKeyPair ) : libaxolotl.state.SignedPreKeyRecord

Private Methods

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

public static generateLastResortKey ( ) : Task
Résultat Task

generatePreKeys() public static méthode

public static generatePreKeys ( ) : Task>
Résultat Task>

generateSignedPreKey() public static méthode

public static generateSignedPreKey ( libaxolotl.IdentityKeyPair identityKeyPair ) : libaxolotl.state.SignedPreKeyRecord
identityKeyPair libaxolotl.IdentityKeyPair
Résultat libaxolotl.state.SignedPreKeyRecord

Property Details

BATCH_SIZE public_oe static_oe property

public static uint BATCH_SIZE
Résultat uint

conn public_oe static_oe property

public static SQLiteConnection,SQLite conn
Résultat SQLite.SQLiteConnection