public class ECNamedDomainParameters extends ECDomainParameters
| Constructor and Description |
|---|
ECNamedDomainParameters(ASN1ObjectIdentifier name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n) |
ECNamedDomainParameters(ASN1ObjectIdentifier name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h) |
ECNamedDomainParameters(ASN1ObjectIdentifier name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed) |
| Modifier and Type | Method and Description |
|---|---|
ASN1ObjectIdentifier |
getName() |
public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, java.math.BigInteger n)
public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
public ASN1ObjectIdentifier getName()