C# 클래스 Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator

상속: IDerivationFunction
파일 보기 프로젝트 열기: gkardava/WinPass 1 사용 예제들

공개 메소드들

메소드 설명
GenerateBytes ( byte output, int outOff, int len ) : int
HkdfBytesGenerator ( IDigest hash ) : System
Init ( IDerivationParameters parameters ) : void

비공개 메소드들

메소드 설명
ExpandNext ( ) : void
Extract ( byte salt, byte ikm ) : KeyParameter

메소드 상세

GenerateBytes() 공개 메소드

public GenerateBytes ( byte output, int outOff, int len ) : int
output byte
outOff int
len int
리턴 int

HkdfBytesGenerator() 공개 메소드

public HkdfBytesGenerator ( IDigest hash ) : System
hash IDigest
리턴 System

Init() 공개 메소드

public Init ( IDerivationParameters parameters ) : void
parameters IDerivationParameters
리턴 void