public class SM2P256V1Point extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static SM2P256V1Point |
POINT_INFINITY |
private int[] |
x |
private int[] |
y |
private int[] |
z |
| 限定符 | 构造器和说明 |
|---|---|
private |
SM2P256V1Point() |
|
SM2P256V1Point(ECPoint point) |
|
SM2P256V1Point(int[] x,
int[] y,
int[] z) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static SM2P256V1Point |
getPointInfinity() |
int[] |
getX() |
int[] |
getY() |
int[] |
getZ() |
int |
hashCode() |
boolean |
isInfinity() |
SM2P256V1Point |
negate() |
ECPoint |
normalize() |
private final int[] x
private final int[] y
private final int[] z
private static final SM2P256V1Point POINT_INFINITY
private SM2P256V1Point()
public SM2P256V1Point(int[] x,
int[] y,
int[] z)
public SM2P256V1Point(ECPoint point)
public int[] getX()
public int[] getY()
public int[] getZ()
public boolean isInfinity()
public SM2P256V1Point negate()
public static SM2P256V1Point getPointInfinity()
public ECPoint normalize()
Copyright © 2024. All rights reserved.