C# 클래스 Org.BouncyCastle.Crypto.CipherKeyGenerator

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
random Org.BouncyCastle.Security.SecureRandom
strength int

공개 메소드들

메소드 설명
CipherKeyGenerator ( ) : System
GenerateKey ( ) : byte[]
Init ( KeyGenerationParameters parameters ) : void

보호된 메소드들

메소드 설명
engineGenerateKey ( ) : byte[]
engineInit ( KeyGenerationParameters parameters ) : void

비공개 메소드들

메소드 설명
CipherKeyGenerator ( int defaultStrength ) : System

메소드 상세

CipherKeyGenerator() 공개 메소드

public CipherKeyGenerator ( ) : System
리턴 System

GenerateKey() 공개 메소드

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

Init() 공개 메소드

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

engineGenerateKey() 보호된 메소드

protected engineGenerateKey ( ) : byte[]
리턴 byte[]

engineInit() 보호된 메소드

protected engineInit ( KeyGenerationParameters parameters ) : void
parameters KeyGenerationParameters
리턴 void

프로퍼티 상세

random 보호되어 있는 프로퍼티

protected SecureRandom,Org.BouncyCastle.Security random
리턴 Org.BouncyCastle.Security.SecureRandom

strength 보호되어 있는 프로퍼티

protected int strength
리턴 int