C# 클래스 NBitcoin.BouncyCastle.Crypto.Parameters.ECDomainParameters

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

공개 프로퍼티들

프로퍼티 타입 설명
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
h NBitcoin.BouncyCastle.Math.BigInteger
n NBitcoin.BouncyCastle.Math.BigInteger
seed byte[]

공개 메소드들

메소드 설명
ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n ) : System
ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSeed ( ) : byte[]

보호된 메소드들

메소드 설명
Equals ( ECDomainParameters other ) : bool

메소드 상세

ECDomainParameters() 공개 메소드

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
리턴 System

ECDomainParameters() 공개 메소드

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
h NBitcoin.BouncyCastle.Math.BigInteger
리턴 System

ECDomainParameters() 공개 메소드

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
h NBitcoin.BouncyCastle.Math.BigInteger
seed byte
리턴 System

Equals() 보호된 메소드

protected Equals ( ECDomainParameters other ) : bool
other ECDomainParameters
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSeed() 공개 메소드

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

프로퍼티 상세

curve 공개적으로 프로퍼티

public ECCurve,NBitcoin.BouncyCastle.Math.EC curve
리턴 NBitcoin.BouncyCastle.Math.EC.ECCurve

g 공개적으로 프로퍼티

public ECPoint,NBitcoin.BouncyCastle.Math.EC g
리턴 NBitcoin.BouncyCastle.Math.EC.ECPoint

h 공개적으로 프로퍼티

public BigInteger,NBitcoin.BouncyCastle.Math h
리턴 NBitcoin.BouncyCastle.Math.BigInteger

n 공개적으로 프로퍼티

public BigInteger,NBitcoin.BouncyCastle.Math n
리턴 NBitcoin.BouncyCastle.Math.BigInteger

seed 공개적으로 프로퍼티

public byte[] seed
리턴 byte[]