Property | Type | Description | |
---|---|---|---|
CALength | int | ||
CookieLength | int | ||
EmptyCookie | MemBlock |
Property | Type | Description | |
---|---|---|---|
_cas | List |
||
_certificate | MemBlock | ||
_dhe | MemBlock | ||
_hash | MemBlock | ||
_local_cookie | MemBlock | ||
_packet | MemBlock | ||
_remote_cookie | MemBlock | ||
_signature | MemBlock | ||
_spi | int | ||
_type | MessageType | ||
_update_packet | bool | ||
_version | int |
Method | Description | |
---|---|---|
SecurityControlMessage ( MemBlock data ) : Brunet | ||
Sign ( |
Signs a packet given a RSA key and a Hash algorithm.
|
|
ToString ( ) : string | ||
Verify ( |
Verifies the packet given a RSA key and a Hash algorithm.
|
Method | Description | |
---|---|---|
UpdatePacket ( ) : void |
Writes the packet.
|
Method | Description | |
---|---|---|
SecurityControlMessage ( ) : Brunet |
public SecurityControlMessage ( MemBlock data ) : Brunet | ||
data | MemBlock | |
return | Brunet |
public Sign ( |
||
rsa | ||
hash | ||
return | void |
public Verify ( |
||
rsa | ||
hash | ||
return | bool |