Modifier and Type | Field and Description |
---|---|
private final AlgorithmParameterSpec | |
private final BigInteger |
Access | Constructor and Description |
---|---|
public | XECPublicKeySpec(AlgorithmParameterSpec
the algorithm parameters params, BigInteger the u-coordinate of the point, represented using a BigInteger
which may hold any value u)Construct a public key spec using the supplied parameters and u coordinate. |
Modifier and Type | Method and Description |
---|---|
public AlgorithmParameterSpec | Returns: the parametersGet the algorithm parameters that define the curve and other settings. |
public BigInteger | Returns: the u-coordinate, represented using a BigInteger which may hold any valueGet the u coordinate of the point. |
params | back to summary |
---|---|
private final AlgorithmParameterSpec params |
u | back to summary |
---|---|
private final BigInteger u |
XECPublicKeySpec | back to summary |
---|---|
public XECPublicKeySpec(AlgorithmParameterSpec params, BigInteger u) Construct a public key spec using the supplied parameters and u coordinate.
|
getParams | back to summary |
---|---|
public AlgorithmParameterSpec getParams() Get the algorithm parameters that define the curve and other settings.
|
getU | back to summary |
---|---|
public BigInteger getU() Get the u coordinate of the point.
|