C# Class CSharpRTMP.Common.DHWrapper

ファイルを表示 Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Keysize int
PublicKey byte[]

Public Methods

Method Description
CreateSharedKey ( byte pPeerPublicKey ) : byte[]
DHWrapper ( int bitsCount = 1024 ) : System

Method Details

CreateSharedKey() public method

public CreateSharedKey ( byte pPeerPublicKey ) : byte[]
pPeerPublicKey byte
return byte[]

DHWrapper() public method

public DHWrapper ( int bitsCount = 1024 ) : System
bitsCount int
return System

Property Details

Keysize public_oe property

public int Keysize
return int

PublicKey public_oe property

public byte[] PublicKey
return byte[]