C# Class CSharpRTMP.Core.Protocols.Rtmfp.CookieComputing

Inheritance: IDisposable
Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
DH CSharpRTMP.Common.DHWrapper
DecryptKey byte[]
EncryptKey byte[]
InitiatorKey byte[]
InitiatorNonce byte[]
Nonce byte[]
SharedSecret byte[]
Value byte[]

Public Methods

Method Description
CookieComputing ( HandShake handshake ) : System
CookieComputing ( OutboundHandshake handshake ) : System
Dispose ( ) : void
Run ( ) : void

Method Details

CookieComputing() public method

public CookieComputing ( HandShake handshake ) : System
handshake HandShake
return System

CookieComputing() public method

public CookieComputing ( OutboundHandshake handshake ) : System
handshake OutboundHandshake
return System

Dispose() public method

public Dispose ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Property Details

DH public_oe property

public DHWrapper,CSharpRTMP.Common DH
return CSharpRTMP.Common.DHWrapper

DecryptKey public_oe property

public byte[] DecryptKey
return byte[]

EncryptKey public_oe property

public byte[] EncryptKey
return byte[]

InitiatorKey public_oe property

public byte[] InitiatorKey
return byte[]

InitiatorNonce public_oe property

public byte[] InitiatorNonce
return byte[]

Nonce public_oe property

public byte[] Nonce
return byte[]

SharedSecret public_oe property

public byte[] SharedSecret
return byte[]

Value public_oe property

public byte[] Value
return byte[]