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

Exibir arquivo Open project: sochix/TLSharp Class Usage Examples

Public Methods

Method Description
Encrypt ( byte data, int offset, int length ) : byte[]
RSAServerKey ( string fingerprint, TLSharp.Core.MTProto.Crypto.BigInteger m, TLSharp.Core.MTProto.Crypto.BigInteger e ) : System

Method Details

Encrypt() public method

public Encrypt ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
return byte[]

RSAServerKey() public method

public RSAServerKey ( string fingerprint, TLSharp.Core.MTProto.Crypto.BigInteger m, TLSharp.Core.MTProto.Crypto.BigInteger e ) : System
fingerprint string
m TLSharp.Core.MTProto.Crypto.BigInteger
e TLSharp.Core.MTProto.Crypto.BigInteger
return System