C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeRandom

Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Свойство Type Description
gmt_unix_time System.UInt32
random_bytes byte[]

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
HandshakeRandom ( ) : System
HandshakeRandom ( byte data ) : System

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

HandshakeRandom() public méthode

public HandshakeRandom ( ) : System
Résultat System

HandshakeRandom() public méthode

public HandshakeRandom ( byte data ) : System
data byte
Résultat System

Property Details

gmt_unix_time public_oe property

public UInt32,System gmt_unix_time
Résultat System.UInt32

random_bytes public_oe property

public byte[] random_bytes
Résultat byte[]