C# 클래스 Org.BouncyCastle.Asn1.X9.X9ECParameters

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

공개 메소드들

메소드 설명
GetSeed ( ) : byte[]
ToAsn1Object ( ) : Asn1Object
X9ECParameters ( Asn1Sequence seq ) : System
X9ECParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n ) : System
X9ECParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h ) : System
X9ECParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte seed ) : System

메소드 상세

GetSeed() 공개 메소드

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

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object

X9ECParameters() 공개 메소드

public X9ECParameters ( Asn1Sequence seq ) : System
seq Asn1Sequence
리턴 System

X9ECParameters() 공개 메소드

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

X9ECParameters() 공개 메소드

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

X9ECParameters() 공개 메소드

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