C# 클래스 openCrypto.TLS.Utility

파일 보기 프로젝트 열기: kazuki/opencrypto-tls

공개 프로퍼티들

프로퍼티 타입 설명
EmptyByteArray byte[]
EmptyExtensionArray openCrypto.TLS.Extension[]

공개 메소드들

메소드 설명
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

메소드 상세

Dump() 공개 정적인 메소드

public static Dump ( byte raw ) : void
raw byte
리턴 void

Dump() 공개 정적인 메소드

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

Equals() 공개 정적인 메소드

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

IsNeedServerKeyExchangeMessage() 공개 정적인 메소드

public static IsNeedServerKeyExchangeMessage ( KeyExchangeAlgorithm kea ) : bool
kea KeyExchangeAlgorithm
리턴 bool

프로퍼티 상세

EmptyByteArray 공개적으로 정적으로 프로퍼티

public static byte[] EmptyByteArray
리턴 byte[]

EmptyExtensionArray 공개적으로 정적으로 프로퍼티

public static Extension[],openCrypto.TLS EmptyExtensionArray
리턴 openCrypto.TLS.Extension[]