C# 클래스 TLSharp.Core.MTProto.Crypto.RSAServerKey

파일 보기 프로젝트 열기: sochix/TLSharp 1 사용 예제들

공개 메소드들

메소드 설명
Encrypt ( byte data, int offset, int length ) : byte[]
RSAServerKey ( string fingerprint, TLSharp.Core.MTProto.Crypto.BigInteger m, TLSharp.Core.MTProto.Crypto.BigInteger e ) : System

메소드 상세

Encrypt() 공개 메소드

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

RSAServerKey() 공개 메소드

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
리턴 System