| Constructor and Description |
|---|
ECFieldFp(BigInteger p)
创建一个椭圆曲线素数域与指定的总理
p。
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
将此素有限域与指定的对象进行比较。
|
int |
getFieldSize()
返回此素有限域的素数大小的比特的字段大小。
|
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是ecfieldfp实例和首要价值匹配真,否则为假。
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.