C# Class TextSecure.crypto.IdentityKeyUtil

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

Public Methods

Method 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 method

public static GetIdentityKeyPair ( ) : libaxolotl.IdentityKeyPair
return libaxolotl.IdentityKeyPair

generateCurve25519IdentityKeys() public static method

public static generateCurve25519IdentityKeys ( ) : void
return void

generateIdentityKeys() public static method

public static generateIdentityKeys ( ) : void
return void

getIdentityKey() public static method

public static getIdentityKey ( ) : libaxolotl.IdentityKey
return libaxolotl.IdentityKey

hasCurve25519IdentityKeys() public static method

public static hasCurve25519IdentityKeys ( ) : bool
return bool

hasIdentityKey() public static method

public static hasIdentityKey ( ) : bool
return bool

retrieve() public static method

public static retrieve ( String key ) : String
key String
return String

save() public static method

public static save ( String key, String value ) : void
key String
value String
return void