| Package | Description |
|---|---|
| com.entrust.toolkit.security.arithmetic.fields |
Contains legacy classes for working with the mathematical structures
that underlie elliptic curve cryptography; use classes from
com.entrust.toolkit.security.crypto.ec instead. |
| com.entrust.toolkit.security.arithmetic.groups.ellipticCurve |
Contains legacy classes for working with the mathematical structures
that underlie elliptic curve cryptography; use classes from
com.entrust.toolkit.security.crypto.ec instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
Polynomial.copy(Polynomial template)
Deprecated.
Copies the value of the
template argument into the calling
element. |
void |
Polynomial.setAdd(Polynomial b)
Deprecated.
Adds the argument,
b, to the calling element. |
void |
Polynomial.setMultiply(Polynomial b)
Deprecated.
Multiplies the argument,
b, by the calling element. |
| Constructor and Description |
|---|
Polynomial(Polynomial template)
Deprecated.
Creates an element that is the exact copy of the
template
argument. |
| Constructor and Description |
|---|
PolynomeECPoint(Polynomial x,
Polynomial y,
EllipticCurve curve)
Deprecated.
Creates a point on the specified elliptic curve.
|