C# Class openCrypto.TLS.Utility

Afficher le fichier Open project: kazuki/opencrypto-tls

Méthodes publiques

Свойство Type Description
EmptyByteArray byte[]
EmptyExtensionArray openCrypto.TLS.Extension[]

Méthodes publiques

Méthode Description
Dump ( byte raw ) : void
Dump ( byte raw, int offset, int size ) : void
Equals ( byte x, int xOffset, byte y, int yOffset, int length ) : bool
IsNeedServerKeyExchangeMessage ( KeyExchangeAlgorithm kea ) : bool

Method Details

Dump() public static méthode

public static Dump ( byte raw ) : void
raw byte
Résultat void

Dump() public static méthode

public static Dump ( byte raw, int offset, int size ) : void
raw byte
offset int
size int
Résultat void

Equals() public static méthode

public static Equals ( byte x, int xOffset, byte y, int yOffset, int length ) : bool
x byte
xOffset int
y byte
yOffset int
length int
Résultat bool

IsNeedServerKeyExchangeMessage() public static méthode

public static IsNeedServerKeyExchangeMessage ( KeyExchangeAlgorithm kea ) : bool
kea KeyExchangeAlgorithm
Résultat bool

Property Details

EmptyByteArray public_oe static_oe property

public static byte[] EmptyByteArray
Résultat byte[]

EmptyExtensionArray public_oe static_oe property

public static Extension[],openCrypto.TLS EmptyExtensionArray
Résultat openCrypto.TLS.Extension[]