C# Class TLSharp.Core.Auth.Step3_CompleteDHExchange

Show file Open project: sochix/TLSharp Class Usage Examples

Public Methods

Method Description
FromBytes ( byte response ) : Step3_Response
ToBytes ( byte nonce, byte serverNonce, byte newNonce, byte encryptedAnswer ) : byte[]

Method Details

FromBytes() public method

public FromBytes ( byte response ) : Step3_Response
response byte
return Step3_Response

ToBytes() public method

public ToBytes ( byte nonce, byte serverNonce, byte newNonce, byte encryptedAnswer ) : byte[]
nonce byte
serverNonce byte
newNonce byte
encryptedAnswer byte
return byte[]