C# Class TLSharp.Core.Auth.Step2_DHExchange

Afficher le fichier Open project: sochix/TLSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
newNonce byte[]

Méthodes publiques

Méthode 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 méthode

public FromBytes ( byte response ) : Step2_Response
response byte
Résultat Step2_Response

Step2_DHExchange() public méthode

public Step2_DHExchange ( ) : System
Résultat System

ToBytes() public méthode

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
Résultat byte[]

Property Details

newNonce public_oe property

public byte[] newNonce
Résultat byte[]