C# 클래스 CSharpRTMP.Common.DHWrapper

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

공개 프로퍼티들

프로퍼티 타입 설명
Keysize int
PublicKey byte[]

공개 메소드들

메소드 설명
CreateSharedKey ( byte pPeerPublicKey ) : byte[]
DHWrapper ( int bitsCount = 1024 ) : System

메소드 상세

CreateSharedKey() 공개 메소드

public CreateSharedKey ( byte pPeerPublicKey ) : byte[]
pPeerPublicKey byte
리턴 byte[]

DHWrapper() 공개 메소드

public DHWrapper ( int bitsCount = 1024 ) : System
bitsCount int
리턴 System

프로퍼티 상세

Keysize 공개적으로 프로퍼티

public int Keysize
리턴 int

PublicKey 공개적으로 프로퍼티

public byte[] PublicKey
리턴 byte[]