| Constructor and Description |
|---|
ECFieldFp(BigInteger p)
创建一个具有指定素数的椭圆曲线初始有限域
p 。
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
将此主要有限域与等同与指定对象进行比较。
|
int |
getFieldSize()
返回这个主要有限域的素数p的大小的字段大小。
|
BigInteger |
getP()
返回这个主要有限域的素数
p 。
|
int |
hashCode()
返回此主要有限域的哈希码值。
|
public ECFieldFp(BigInteger p)
p 。
p - 黄金。
NullPointerException - 如果
p为空。
IllegalArgumentException - 如果
p 。
public int getFieldSize()
getFieldSize在界面
ECField
public BigInteger getP()
p 。
public boolean equals(Object obj)
equals在类别
Object
obj - 要比较的对象。
obj是
obj的实例并且素数匹配,则为true,否则为false。
Object.hashCode() , HashMap
public int hashCode()
hashCode在类别
Object
Object.equals(java.lang.Object) ,
System.identityHashCode(java.lang.Object)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.