C# Class TLSharp.Core.MTProto.Crypto.AuthKey

Exibir arquivo Open project: sochix/TLSharp Class Usage Examples

Public Methods

Method Description
AuthKey ( TLSharp.Core.MTProto.Crypto.BigInteger gab ) : System
AuthKey ( byte data ) : System
CalcNewNonceHash ( byte newNonce, int number ) : byte[]
ToString ( ) : string

Method Details

AuthKey() public method

public AuthKey ( TLSharp.Core.MTProto.Crypto.BigInteger gab ) : System
gab TLSharp.Core.MTProto.Crypto.BigInteger
return System

AuthKey() public method

public AuthKey ( byte data ) : System
data byte
return System

CalcNewNonceHash() public method

public CalcNewNonceHash ( byte newNonce, int number ) : byte[]
newNonce byte
number int
return byte[]

ToString() public method

public ToString ( ) : string
return string