public class SM2Point extends ECPoint
| 限定符和类型 | 字段和说明 |
|---|---|
private SM2PreComputeInfo |
preComputeInfo |
POINT_INFINITY| 构造器和说明 |
|---|
SM2Point(BigInteger x,
BigInteger y) |
SM2Point(BigInteger x,
BigInteger y,
SM2PreComputeInfo preComputeInfo) |
SM2Point(ECPoint ecPoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
SM2PreComputeInfo |
getPreComputeInfo() |
void |
setPreComputeInfo(SM2PreComputeInfo preComputeInfo) |
equals, getAffineX, getAffineY, hashCodeprivate volatile SM2PreComputeInfo preComputeInfo
public SM2Point(BigInteger x, BigInteger y)
public SM2Point(BigInteger x, BigInteger y, SM2PreComputeInfo preComputeInfo)
public SM2Point(ECPoint ecPoint)
public SM2PreComputeInfo getPreComputeInfo()
public void setPreComputeInfo(SM2PreComputeInfo preComputeInfo)
Copyright © 2024. All rights reserved.