C# 클래스 NBitcoin.BouncyCastle.Crypto.Signers.HMacDsaKCalculator

상속: IDsaKCalculator
파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
HMacDsaKCalculator ( IDigest digest ) : System
Init ( NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger d, byte message ) : void
Init ( NBitcoin.BouncyCastle.Math.BigInteger n, SecureRandom random ) : void
NextK ( ) : NBitcoin.BouncyCastle.Math.BigInteger

비공개 메소드들

메소드 설명
BitsToInt ( byte t ) : NBitcoin.BouncyCastle.Math.BigInteger

메소드 상세

HMacDsaKCalculator() 공개 메소드

public HMacDsaKCalculator ( IDigest digest ) : System
digest IDigest
리턴 System

Init() 공개 메소드

public Init ( NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger d, byte message ) : void
n NBitcoin.BouncyCastle.Math.BigInteger
d NBitcoin.BouncyCastle.Math.BigInteger
message byte
리턴 void

Init() 공개 메소드

public Init ( NBitcoin.BouncyCastle.Math.BigInteger n, SecureRandom random ) : void
n NBitcoin.BouncyCastle.Math.BigInteger
random NBitcoin.BouncyCastle.Security.SecureRandom
리턴 void

NextK() 공개 메소드

public NextK ( ) : NBitcoin.BouncyCastle.Math.BigInteger
리턴 NBitcoin.BouncyCastle.Math.BigInteger