Method | Description | |
---|---|---|
B64dec ( string s ) : string |
Converts from/to Base64
|
|
B64enc ( string s ) : string |
Converts from/to Base64
|
|
ParseAddress ( string p, bool allowBroadcast ) : string |
Returns the bitmessage address, BROADCAST or null if invalid address.
|
|
Send ( BitAPI API, string From, string To, string Subject, string Message ) : void |
Sends a bitmessage
|
|
generateAddress ( BitAPI BA, string label ) : string |
Generates a BitMessage Address
|
|
generateAddress ( BitAPI BA, string passphrase, string label ) : string |
Generates a deterministic BitMessage Address
|
|
getAddresses ( BitAPI BA ) : BitServer.BitAddr[] |
Returns a list of all Addresses
|
|
getMessages ( BitAPI BA ) : BitServer.BitMsg[] |
List of all Bitmessage Messages in Inbox
|
|
getSubscriptions ( BitAPI BA ) : BitServer.Subscription[] |
public static B64dec ( string s ) : string | ||
s | string | Autodetected Input string |
return | string |
public static B64enc ( string s ) : string | ||
s | string | Autodetected Input string |
return | string |
public static ParseAddress ( string p, bool allowBroadcast ) : string | ||
p | string | E-Mail Address to check |
allowBroadcast | bool | true, if broadcast address is valid |
return | string |
public static Send ( BitAPI API, string From, string To, string Subject, string Message ) : void | ||
API | BitAPI | Bitmessage API |
From | string | Sender |
To | string | Receiver (broadcast allowed) |
Subject | string | Message Subject |
Message | string | Message Body |
return | void |
public static generateAddress ( BitAPI BA, string label ) : string | ||
BA | BitAPI | API |
label | string | Address label |
return | string |
public static generateAddress ( BitAPI BA, string passphrase, string label ) : string | ||
BA | BitAPI | API |
passphrase | string | Passphrase |
label | string | Address label |
return | string |
public static getAddresses ( BitAPI BA ) : BitServer.BitAddr[] | ||
BA | BitAPI | Bitmessage API |
return | BitServer.BitAddr[] |
public static getMessages ( BitAPI BA ) : BitServer.BitMsg[] | ||
BA | BitAPI | BitAPI object |
return | BitServer.BitMsg[] |
public static getSubscriptions ( BitAPI BA ) : BitServer.Subscription[] | ||
BA | BitAPI | |
return | BitServer.Subscription[] |