Class ECDomainParameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.ECDomainParameters
- All Implemented Interfaces:
ECConstants
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ECCurve(package private) ECPoint(package private) BigInteger(package private) BigInteger(package private) byte[] -
Constructor Summary
ConstructorsConstructorDescriptionECDomainParameters(ECCurve curve, ECPoint G, BigInteger n) ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) -
Method Summary