Method | Description | |
---|---|---|
Dump ( |
Dumps the security block to byte stream.
|
|
FromReader ( |
Deserializes the security block from bytes.
|
|
SecurityBlock ( ReloadConfig rc ) : System |
Default constructor. Use it as receiver of a request.
|
|
SecurityBlock ( ReloadConfig rc, |
Creates a new Security Block for ordinary messages
|
|
SecurityBlock ( ReloadConfig rc, |
Creates a new Security Block for data transporting messages
|
|
SignMessage ( |
This method signs a message content contained within the stream.
|
public Dump ( |
||
writer | ||
return |
public FromReader ( |
||
reader | ||
reloadMsgSize | long | |
return |
public SecurityBlock ( ReloadConfig rc ) : System | ||
rc | ReloadConfig | |
return | System |
public SecurityBlock ( ReloadConfig rc, |
||
rc | ReloadConfig | |
myIdentity | ||
return | System |
public SecurityBlock ( ReloadConfig rc, |
||
rc | ReloadConfig | |
myIdentity | ||
certs | List |
X.509 PKCs for validation data |
return | System |
public SignMessage ( |
||
overlay | ||
transId | string | The transaction Id used for signing |
body | ||
return | void |