C# Class TLSharp.Core.Auth.Step2_DHExchange

Mostra file Open project: sochix/TLSharp Class Usage Examples

Public Properties

Property Type Description
newNonce byte[]

Public Methods

Method Description
FromBytes ( byte response ) : Step2_Response
Step2_DHExchange ( ) : System
ToBytes ( byte nonce, byte serverNonce, List fingerprints, TLSharp.Core.MTProto.Crypto.BigInteger pq ) : byte[]

Method Details

FromBytes() public method

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

Step2_DHExchange() public method

public Step2_DHExchange ( ) : System
return System

ToBytes() public method

public ToBytes ( byte nonce, byte serverNonce, List fingerprints, TLSharp.Core.MTProto.Crypto.BigInteger pq ) : byte[]
nonce byte
serverNonce byte
fingerprints List
pq TLSharp.Core.MTProto.Crypto.BigInteger
return byte[]

Property Details

newNonce public_oe property

public byte[] newNonce
return byte[]