C# Class openCrypto.TLS.Handshake.Finished

Inheritance: HandshakeMessage
显示文件 Open project: kazuki/opencrypto-tls

Public Methods

Method Description
Finished ( ProtocolVersion ver, byte verifyData ) : System
Finished ( ProtocolVersion ver, byte buffer, int offset, uint length ) : System
Write ( byte buffer, int offset ) : ushort

Method Details

Finished() public method

public Finished ( ProtocolVersion ver, byte verifyData ) : System
ver ProtocolVersion
verifyData byte
return System

Finished() public method

public Finished ( ProtocolVersion ver, byte buffer, int offset, uint length ) : System
ver ProtocolVersion
buffer byte
offset int
length uint
return System

Write() public method

public Write ( byte buffer, int offset ) : ushort
buffer byte
offset int
return ushort