string
|
S
the DH secret number, encoded as a byte array
|
string
|
_VC_pattern
the encrypted verification constant to expect from the peer
|
method
|
_read
the method to call to read decrypted data
|
method
|
_write
the method to call to write encrypted data
|
string
|
block3a
first encryption block
|
string
|
block3b
seconf encryption block
|
string
|
block3bkey
key used to generate the second encryption block
|
method
|
decrypt
the method to call to decrypt data
|
boolean
|
disable_crypto
whether crypto has been disabled
|
method
|
encrypt
the method to call to encrypt data
|
boolean
|
initiator
whether the connection was initiated locally
|
int
|
keylength
the key length to use
|
long
|
privkey
randomly generated private key
|
string
|
pubkey
public key corresponding to the private key
|