| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
ECParameters |
ECDSAPrivateKey.getECParameters()
Deprecated.
Returns the parameter value.
|
ECParameters |
ECDSAPublicKey.getECParameters()
Deprecated.
Returns the parameter value.
|
static ECParameters |
NamedCurveFactory.getInstance(int length)
Deprecated.
Returns an
ECParameters object given its field size as an
integer. |
static ECParameters |
NamedCurveFactory.getInstance(ObjectID oid)
Deprecated.
Returns an
ECParameters object given an object identifier
(OID). |
| Constructor and Description |
|---|
ECDSAPrivateKey(ECParameters params,
java.math.BigInteger privateExponent)
Deprecated.
Default public constructor that takes the parameter and the private
exponent as arguments.
|
ECDSAPublicKey(ECParameters params,
ECPoint point)
Deprecated.
Default public constructor that takes the parameter and the curve point
as arguments.
|