C# 클래스 Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters

상속: Org.BouncyCastle.Crypto.KeyGenerationParameters
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes ) : System
NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug ) : System

메소드 상세

NaccacheSternKeyGenerationParameters() 공개 메소드

public NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes ) : System
random Org.BouncyCastle.Security.SecureRandom
strength int
certainty int
countSmallPrimes int
리턴 System

NaccacheSternKeyGenerationParameters() 공개 메소드

public NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug ) : System
random Org.BouncyCastle.Security.SecureRandom
strength int
certainty int
countSmallPrimes int
debug bool
리턴 System