C# Class openCrypto.TLS.Utility

ファイルを表示 Open project: kazuki/opencrypto-tls

Public Properties

Property Type Description
EmptyByteArray byte[]
EmptyExtensionArray openCrypto.TLS.Extension[]

Public Methods

Method 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 method

public static Dump ( byte raw ) : void
raw byte
return void

Dump() public static method

public static Dump ( byte raw, int offset, int size ) : void
raw byte
offset int
size int
return void

Equals() public static method

public static Equals ( byte x, int xOffset, byte y, int yOffset, int length ) : bool
x byte
xOffset int
y byte
yOffset int
length int
return bool

IsNeedServerKeyExchangeMessage() public static method

public static IsNeedServerKeyExchangeMessage ( KeyExchangeAlgorithm kea ) : bool
kea KeyExchangeAlgorithm
return bool

Property Details

EmptyByteArray public_oe static_oe property

public static byte[] EmptyByteArray
return byte[]

EmptyExtensionArray public_oe static_oe property

public static Extension[],openCrypto.TLS EmptyExtensionArray
return openCrypto.TLS.Extension[]