Property | Type | Description | |
---|---|---|---|
AXOLOTLDB_PATH | string |
Method | Description | |
---|---|---|
ContainsPreKey ( uint preKeyId ) : bool | ||
ContainsSession ( libaxolotl.AxolotlAddress address ) : bool | ||
ContainsSignedPreKey ( uint signedPreKeyId ) : bool | ||
DeleteAllSessions ( string name ) : void | ||
DeleteSession ( libaxolotl.AxolotlAddress address ) : void | ||
GetIdentityKeyPair ( ) : libaxolotl.IdentityKeyPair | ||
GetLocalRegistrationId ( ) : uint | ||
GetSubDeviceSessions ( string name ) : List |
||
IsTrustedIdentity ( string name, libaxolotl.IdentityKey identityKey ) : bool | ||
LoadPreKey ( uint preKeyId ) : libaxolotl.state.PreKeyRecord | ||
LoadSession ( libaxolotl.AxolotlAddress address ) : libaxolotl.state.SessionRecord | ||
LoadSignedPreKey ( uint signedPreKeyId ) : libaxolotl.state.SignedPreKeyRecord | ||
LoadSignedPreKeys ( ) : List |
||
RemovePreKey ( uint preKeyId ) : void | ||
RemoveSignedPreKey ( uint signedPreKeyId ) : void | ||
SaveIdentity ( string name, libaxolotl.IdentityKey identityKey ) : bool | ||
StorePreKey ( uint preKeyId, libaxolotl.state.PreKeyRecord record ) : void | ||
StoreSession ( libaxolotl.AxolotlAddress address, libaxolotl.state.SessionRecord record ) : void | ||
StoreSignedPreKey ( uint signedPreKeyId, libaxolotl.state.SignedPreKeyRecord record ) : void | ||
TextSecureAxolotlStore ( ) : libaxolotl.state |
public ContainsPreKey ( uint preKeyId ) : bool | ||
preKeyId | uint | |
return | bool |
public ContainsSession ( libaxolotl.AxolotlAddress address ) : bool | ||
address | libaxolotl.AxolotlAddress | |
return | bool |
public ContainsSignedPreKey ( uint signedPreKeyId ) : bool | ||
signedPreKeyId | uint | |
return | bool |
public DeleteAllSessions ( string name ) : void | ||
name | string | |
return | void |
public DeleteSession ( libaxolotl.AxolotlAddress address ) : void | ||
address | libaxolotl.AxolotlAddress | |
return | void |
public GetIdentityKeyPair ( ) : libaxolotl.IdentityKeyPair | ||
return | libaxolotl.IdentityKeyPair |
public GetSubDeviceSessions ( string name ) : List |
||
name | string | |
return | List |
public IsTrustedIdentity ( string name, libaxolotl.IdentityKey identityKey ) : bool | ||
name | string | |
identityKey | libaxolotl.IdentityKey | |
return | bool |
public LoadPreKey ( uint preKeyId ) : libaxolotl.state.PreKeyRecord | ||
preKeyId | uint | |
return | libaxolotl.state.PreKeyRecord |
public LoadSession ( libaxolotl.AxolotlAddress address ) : libaxolotl.state.SessionRecord | ||
address | libaxolotl.AxolotlAddress | |
return | libaxolotl.state.SessionRecord |
public LoadSignedPreKey ( uint signedPreKeyId ) : libaxolotl.state.SignedPreKeyRecord | ||
signedPreKeyId | uint | |
return | libaxolotl.state.SignedPreKeyRecord |
public RemoveSignedPreKey ( uint signedPreKeyId ) : void | ||
signedPreKeyId | uint | |
return | void |
public SaveIdentity ( string name, libaxolotl.IdentityKey identityKey ) : bool | ||
name | string | |
identityKey | libaxolotl.IdentityKey | |
return | bool |
public StorePreKey ( uint preKeyId, libaxolotl.state.PreKeyRecord record ) : void | ||
preKeyId | uint | |
record | libaxolotl.state.PreKeyRecord | |
return | void |
public StoreSession ( libaxolotl.AxolotlAddress address, libaxolotl.state.SessionRecord record ) : void | ||
address | libaxolotl.AxolotlAddress | |
record | libaxolotl.state.SessionRecord | |
return | void |
public StoreSignedPreKey ( uint signedPreKeyId, libaxolotl.state.SignedPreKeyRecord record ) : void | ||
signedPreKeyId | uint | |
record | libaxolotl.state.SignedPreKeyRecord | |
return | void |
public TextSecureAxolotlStore ( ) : libaxolotl.state | ||
return | libaxolotl.state |