java.lang.Object
java.security.spec.EllipticCurve
- See Also:
- Source Code,
ECField
,
ECFieldFp
,
ECFieldF2m
public EllipticCurve(ECField field,
BigInteger a,
BigInteger b)
- See Also:
- IllegalArgumentException, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public EllipticCurve(ECField field,
BigInteger a,
BigInteger b,
byte[] seed)
- See Also:
- IllegalArgumentException, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BigInteger getA()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BigInteger getB()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ECField getField()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte[] getSeed()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples