Package | Description |
---|---|
org.bouncycastle.asn1.x9 |
Modifier and Type | Method and Description |
---|---|
X9ECPoint |
X9ECParameters.getBaseEntry()
Return the ASN.1 entry representing the base point G.
|
Constructor and Description |
---|
X9ECParameters(ECCurve curve,
X9ECPoint g,
BigInteger n,
BigInteger h) |
X9ECParameters(ECCurve curve,
X9ECPoint g,
BigInteger n,
BigInteger h,
byte[] seed) |
Copyright © 2018 BouncyCastle.org. All rights reserved.