C# Class Telegram.MTProto.Crypto.RSAServerKey

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

Méthodes publiques

Méthode Description
Encrypt ( byte data, int offset, int length ) : byte[]
RSAServerKey ( string fingerprint, BigInteger m, BigInteger e ) : System

Method Details

Encrypt() public méthode

public Encrypt ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
Résultat byte[]

RSAServerKey() public méthode

public RSAServerKey ( string fingerprint, BigInteger m, BigInteger e ) : System
fingerprint string
m Telegram.mtproto.Crypto.BigInteger
e Telegram.mtproto.Crypto.BigInteger
Résultat System