| 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. |
| com.entrust.toolkit.security.provider |
Contains Entrust's JCA cryptographic service provider (CSP)
implementation and initialization mechanism, various cryptographic
algorithms, and various cryptographic key and parameter representations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GFp
Deprecated.
since 8.0; use Entrust's new EC architecture
com.entrust.toolkit.security.crypto.ec instead |
class |
PolynomialField
Deprecated.
since 8.0; use Entrust's new EC architecture
com.entrust.toolkit.security.crypto.ec instead |
| Modifier and Type | Method and Description |
|---|---|
Field |
FieldElement.getField()
Deprecated.
Returns the mathematical field to which this element belongs.
|
Field |
GFpElement.getField()
Deprecated.
Returns the field which is contained in a field
element.
|
Field |
Polynomial.getField()
Deprecated.
Returns the mathematical field to which the calling element belongs.
|
static Field |
FieldFactory.getInstance(ASN1Object object)
Deprecated.
Returns the field specified in the ASN.1 object argument.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldElement |
FieldElementFactory.getInstance(ASN1Object object,
Field field)
Deprecated.
Returns a field element as an instance of the
FieldElement
interface. |
static FieldElement |
FieldElementFactory.getInstance(byte[] value,
Field field)
Deprecated.
Returns a field element as an instance of the
FieldElement
interface. |
| Constructor and Description |
|---|
GFpElement(java.math.BigInteger number,
Field field)
Deprecated.
This is the public constructor that takes the number and the field as
arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
EllipticCurve.getField()
Deprecated.
Returns the field corresponding to the curve.
|
| Constructor and Description |
|---|
EllipticCurve(ASN1Object object,
Field field)
Deprecated.
Instantiates an
EllipticCurve object given an
ASN1Object and a field as arguments. |
| Modifier and Type | Method and Description |
|---|---|
Field |
ECParameters.getField()
Deprecated.
Returns the field.
|