TCryptoSessionKeyPair
A session key pair.
The tx key is used to encrypt outgoing messages. The rx key is used to decrypt incoming messages.
Methods
Method ToString:String() Override
Returns a String representation of the key pair.
Method RxToString:String()
Returns a String representation of the rx key.
Method TxToString:String()
Returns a String representation of the tx key.
Functions
Function FromString:TCryptoSessionKeyPair(keys:String)
Retrieves the key pair from its String representation.
Function RxFromString:TCryptoSessionKeyPair(key:String)
Retrieves the rx key from its String representation.
Function TxFromString:TCryptoSessionKeyPair(key:String)
Retrieves the tx key from its String representation.