Property | Type | Description | |
---|---|---|---|
db | |||
filename | string | ||
outbox | List |
||
pubkeys | List |
Method | Description | |
---|---|---|
DB ( ) : Mono.Data.Sqlite | ||
GetInbox ( ) : RSA_PM_Client.Client.Message[] | ||
GetName ( byte pubkey ) : string | ||
GetOutbox ( ) : RSA_PM_Client.OutboxMsg[] | ||
GetPrivateKeys ( ) : RSA_PM_Client.Private_Keys[] | ||
GetPubKeys ( ) : RSA_PM_Client.Public_Keys[] | ||
GetSettings ( ) : string>.Dictionary |
||
GetStore ( |
||
Load ( |
||
Load ( string pw ) : bool | ||
LoadInfo ( ) : byte[]>.Dictionary |
||
SentMessage ( string their_name, byte their_pubkey, string txt, byte myprv, byte msgid, byte replyTo ) : long | ||
Setup ( string pw, string pemfn, int pemopt, string sockproxy, int proxyport, string server_url, int server_port, byte server_pub, |
||
getMsgs ( long id ) : void | ||
newprv ( byte prv, string name, |
||
newpub ( byte pubkey, string name ) : long | ||
renamePrv ( long id, string name ) : void |
Method | Description | |
---|---|---|
ArrayrXor ( byte arr_orig, long v ) : byte[] | ||
LoadAESKey ( string pw, byte pwaes ) : void | ||
MakeConn ( ) : |
||
Store ( |
||
dec ( byte buf_in, byte iv ) : byte[] | ||
dec ( long v, byte iv ) : long | ||
dec ( |
||
dec ( byte buf_in, string ivsz ) : string | ||
dec_sz ( byte txt, byte iv ) : string | ||
enc ( string>.KeyValuePair |
||
enc ( byte data, byte iv ) : byte[] | ||
enc ( string txt, byte iv ) : byte[] | ||
enc ( string txt, string ivsz ) : byte[] | ||
enc ( long v, byte iv ) : long |
public GetInbox ( ) : RSA_PM_Client.Client.Message[] | ||
return | RSA_PM_Client.Client.Message[] |
public GetOutbox ( ) : RSA_PM_Client.OutboxMsg[] | ||
return | RSA_PM_Client.OutboxMsg[] |
public GetPrivateKeys ( ) : RSA_PM_Client.Private_Keys[] | ||
return | RSA_PM_Client.Private_Keys[] |
public GetPubKeys ( ) : RSA_PM_Client.Public_Keys[] | ||
return | RSA_PM_Client.Public_Keys[] |
public GetStore ( |
||
prvkey | ||
return | Action |
public Load ( |
||
rsap | ||
pemdata | byte | |
return | bool |
public SentMessage ( string their_name, byte their_pubkey, string txt, byte myprv, byte msgid, byte replyTo ) : long | ||
their_name | string | |
their_pubkey | byte | |
txt | string | |
myprv | byte | |
msgid | byte | |
replyTo | byte | |
return | long |
public Setup ( string pw, string pemfn, int pemopt, string sockproxy, int proxyport, string server_url, int server_port, byte server_pub, |
||
pw | string | |
pemfn | string | |
pemopt | int | |
sockproxy | string | |
proxyport | int | |
server_url | string | |
server_port | int | |
server_pub | byte | |
rsa_prv | ||
useRsa | bool | |
return | void |
public newprv ( byte prv, string name, |
||
prv | byte | |
name | string | |
client | ||
return | bool |
public newpub ( byte pubkey, string name ) : long | ||
pubkey | byte | |
name | string | |
return | long |
public renamePrv ( long id, string name ) : void | ||
id | long | |
name | string | |
return | void |