C# 클래스 openCrypto.TLS.PRF.MD5_AND_SHA1

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

공개 메소드들

메소드 설명
Compute ( int bytes, byte secret, string label, byte seeds ) : byte[]
GetHandshakeHash ( ) : byte[]
HandshakeHashInitialize ( ) : void
HandshakeHashTransformBlock ( byte buffer, int offset, int length ) : void
HandshakeHashTransformFinished ( bool senderIsServer ) : void

비공개 메소드들

메소드 설명
Compute_PHash ( int bytes, byte seeds, HMAC hmac, int blockSize ) : byte[]

메소드 상세

Compute() 공개 메소드

public Compute ( int bytes, byte secret, string label, byte seeds ) : byte[]
bytes int
secret byte
label string
seeds byte
리턴 byte[]

GetHandshakeHash() 공개 메소드

public GetHandshakeHash ( ) : byte[]
리턴 byte[]

HandshakeHashInitialize() 공개 메소드

public HandshakeHashInitialize ( ) : void
리턴 void

HandshakeHashTransformBlock() 공개 메소드

public HandshakeHashTransformBlock ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

HandshakeHashTransformFinished() 공개 메소드

public HandshakeHashTransformFinished ( bool senderIsServer ) : void
senderIsServer bool
리턴 void