C# Class CSharpRTMP.Common.DHWrapper

Show file 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 property

public int Keysize
return int

PublicKey public property

public byte[] PublicKey
return byte[]