| Class | Description |
|---|---|
| EcAlgorithmParameters |
An opaque representation of EC algorithm parameters.
|
| EcdhCofactorKeyAgreement |
A software based implementation of the Cofactor Elliptic Curve Diffie Hellman
(ECDH) key agreement algorithm.
|
| EcdhKeyAgreement |
The super-class of all Elliptic Diffie Hellman (ECDH) key agreement
algorithms in Entrust's key agreement algorithm architecture; contains the
common functionality used by Entrust's ECDH key agreement algorithms.
|
| EcdhStandardKeyAgreement |
A software based implementation of the Standard Elliptic Curve Diffie Hellman
(ECDH) key agreement algorithm.
|
| EcdhStandardKeyAgreementKeychain | |
| EcdsaSignature |
The super-class of all Elliptic Curve Digital Signature Algorithm (ECDSA)
signature algorithms in Entrust's digital signature algorithm architecture;
it contains all the common functionality used by Entrust's ECDSA digital
signature algorithms.
|
| EcdsaSignatureImplKeychain | |
| EcdsaWithNoneSignature |
The ECDSA signature algorithm implemented with no underlying hash function
(hashing must be done externally).
|
| EcdsaWithRecommendedSignature |
The ECDSA signature algorithm with the recommended underlying hash function.
|
| EcdsaWithSha1Signature |
The ECDSA signature algorithm with SHA-1 as the underlying hash function.
|
| EcdsaWithSha224Signature |
The ECDSA signature algorithm with SHA-224 as the underlying hash function.
|
| EcdsaWithSha256Signature |
The ECDSA signature algorithm with SHA-256 as the underlying hash function.
|
| EcdsaWithSha384Signature |
The ECDSA signature algorithm with SHA-384 as the underlying hash function.
|
| EcdsaWithSha512Signature |
The ECDSA signature algorithm with SHA-512 as the underlying hash function.
|
| EcdsaWithSpecifiedParameters |
An opaque representation of the algorithm parameters required by Entrust's
SPECIFIEDwithECDSA digital signature algorithm implementation.
|
| EcdsaWithSpecifiedParameterSpec |
A transparent representation of the algorithm parameters required by
Entrust's SPECIFIEDwithECDSA digital signature algorithm implementation.
|
| EcdsaWithSpecifiedSignature |
The ECDSA signature algorithm with an underlying hash function that is
specified through algorithm parameters.
|
| EcKeyFactory |
An Elliptic Curve (EC) key factory.
|
| EcKeyPairGenerator |
A software based implementation of the Elliptic Curve (EC) key pair
generation algorithm.
|
| EcParameterFactory |
A factory for creating Elliptic Curve (EC) domain parameters in
EcParameterSpecWithName representation and converting them to and
from various formats and representations. |
| EcParameterSpecWithName |
This class represents a set of Elliptic Curve (EC) domain parameters, with a
domain name and parameter format indicator.
|
| EcPrivateKey |
An Elliptic Curve (EC) private key.
|
| EcPublicKey |
An Elliptic Curve (EC) public key.
|
| InternalEllipticCurve |
Entrust's implementation of an elliptic curve; exists only to workaround a bug
in
java.security.spec.EllipticCurve under J2SE 1.5. |
| KeyAgreementKeychainAlgorithmParameters |
| Enum | Description |
|---|---|
| EcParameterFactory.SupportedEcDomain |
Identifies all supported named EC domains.
|
| EcParameterFormat |
Identifiers for the various EC domain parameter formats that are
supported.
|
| EcParameterSpecWithName.SpecifiedECDomainVersion |
Specifies the version number of elliptic curve domain parameters in
specified format.
|