C# Class Telegram.MTProto.Crypto.AuthKey

Afficher le fichier Open project: naphaso/kilogram Class Usage Examples

Méthodes publiques

Méthode Description
AuthKey ( BigInteger gab ) : System
AuthKey ( byte data ) : System
CalcNewNonceHash ( byte newNonce, int number ) : byte[]
ToString ( ) : string

Method Details

AuthKey() public méthode

public AuthKey ( BigInteger gab ) : System
gab Telegram.mtproto.Crypto.BigInteger
Résultat System

AuthKey() public méthode

public AuthKey ( byte data ) : System
data byte
Résultat System

CalcNewNonceHash() public méthode

public CalcNewNonceHash ( byte newNonce, int number ) : byte[]
newNonce byte
number int
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string