C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeRandom

Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Properties

Property Type Description
gmt_unix_time System.UInt32
random_bytes byte[]

Public Methods

Method Description
GetBytes ( ) : byte[]
HandshakeRandom ( ) : System
HandshakeRandom ( byte data ) : System

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

HandshakeRandom() public method

public HandshakeRandom ( ) : System
return System

HandshakeRandom() public method

public HandshakeRandom ( byte data ) : System
data byte
return System

Property Details

gmt_unix_time public property

public UInt32,System gmt_unix_time
return System.UInt32

random_bytes public property

public byte[] random_bytes
return byte[]