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 |
public Encrypt ( byte data, int offset, int length ) : byte[] | ||
data | byte | |
offset | int | |
length | int | |
return | byte[] |
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 |