C# Class TextSecure.crypto.IdentityKeyUtil

Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

Méthode Description
GetIdentityKeyPair ( ) : libaxolotl.IdentityKeyPair
generateCurve25519IdentityKeys ( ) : void
generateIdentityKeys ( ) : void
getIdentityKey ( ) : libaxolotl.IdentityKey
hasCurve25519IdentityKeys ( ) : bool
hasIdentityKey ( ) : bool
retrieve ( String key ) : String
save ( String key, String value ) : void

Method Details

GetIdentityKeyPair() public static méthode

public static GetIdentityKeyPair ( ) : libaxolotl.IdentityKeyPair
Résultat libaxolotl.IdentityKeyPair

generateCurve25519IdentityKeys() public static méthode

public static generateCurve25519IdentityKeys ( ) : void
Résultat void

generateIdentityKeys() public static méthode

public static generateIdentityKeys ( ) : void
Résultat void

getIdentityKey() public static méthode

public static getIdentityKey ( ) : libaxolotl.IdentityKey
Résultat libaxolotl.IdentityKey

hasCurve25519IdentityKeys() public static méthode

public static hasCurve25519IdentityKeys ( ) : bool
Résultat bool

hasIdentityKey() public static méthode

public static hasIdentityKey ( ) : bool
Résultat bool

retrieve() public static méthode

public static retrieve ( String key ) : String
key String
Résultat String

save() public static méthode

public static save ( String key, String value ) : void
key String
value String
Résultat void