See: Description
| Interface | Description |
|---|---|
| KeyWithLength |
Simple interface for being able to attach length information to a key.
|
| PrivateKey |
Defines the interface to an Entrust private key; keys of this type provide a
mechanism for wiping all sensitive information held about the private key
from system memory.
|
| Class | Description |
|---|---|
| AnsiRandom | Deprecated
since 7.0; use
X9_31usingAES256
instead |
| ECDSAKeyFactory | Deprecated
since 7.2 SP2; use
EcKeyFactory
instead |
| ECDSAKeyPairGenerator | Deprecated
since 7.2 SP2; use
EcKeyPairGenerator
instead |
| ECDSAPrivateKey | Deprecated
since 7.2 SP2; use
EcPrivateKey
instead |
| ECDSAPublicKey | Deprecated
since 7.2 SP2; use
EcPublicKey
instead |
| ECParameters | Deprecated
since 7.2 SP2; use
EcParameterSpecWithName
instead |
| Entrust |
Entrust's security provider in the Java Cryptography Architecture.
|
| EntrustDSA | Deprecated
since 8.0; use
DsaWithSha1Signature
instead |
| EntrustDSA.Raw | Deprecated
since 8.0; use
DsaWithNoneSignature
instead |
| EntrustDSAImpl | Deprecated
since 8.0; use
DsaWithSha1Signature
instead |
| EntrustDSAPKCS11 | Deprecated
since 8.0; use
DsaWithSha1Signature
instead |
| EntrustECDSA | Deprecated
since 7.2 SP2; use
EcdsaWithSha1Signature
instead |
| EntrustFIPSInitializer |
The purpose of this provider is to provide a configurable way for applications to turn
on FIPS mode in the Entrust Java toolkit without having to make an API call.
|
| EntrustPKCS11 | Deprecated
since 7.0; use
Entrust instead |
| EntrustRawDSAPKCS11 | Deprecated
since 8.0; use
DsaWithNoneSignature
instead |
| EntrustRawECDSA | Deprecated
since 7.2 SP2; use
EcdsaWithNoneSignature
instead |
| IDEAParameters |
This class represents IDEA parameters in opaque form and may be used for
generating opaque IDEA parameters and converting them between various
formats.
|
| Initializer |
Initializes the Toolkit to prepare for performing cryptographic operations.
|
| NamedCurveFactory | Deprecated
since 7.2 SP2; use
EcParameterFactory
instead |
| RSAKeyPairGenerator |
A software based implementation of the RSA key pair generation algorithm.
|
| SecurePrivateKey |
A secure private key; keys of this type prevent access to the unsecured (aka:
plaintext) private key material.
|
| SeedGenerator | Deprecated
seeding is now handled automatically by Entrust's SecureRandom
implementations (random number generators); for access to the PRNGs
underlying seeding algorithm call
generateSeed() on
the SecureRandom instance. |
| ToolkitSignatureCheck2Impl |
This class provides an implementation of the Toolkit's self-integrity check
mechanism.
|
| X917Random | Deprecated
since 7.0; use
X9_31using3DES
instead |
Contains Entrust's JCA cryptographic service provider (CSP) implementation and initialization mechanism, various cryptographic algorithms, and various cryptographic key and parameter representations.
| © 2001 - 2010 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust, Inc. in certain countries. All Entrust product names and logos are trademarks or registered trademarks of Entrust, Inc. in certain countries. All other company and product names and logos are trademarks or registered trademarks of their respective owners in certain countries. Portions of this product are Copyright © 1997-2003 IAIK. All rights reserved. This product includes software developed by the Institute for Applied Information Processing and Communications Technology, an institute of the Graz Technical University. The information is subject to change as Entrust reserves the right to, without notice, make changes to its products as progress in engineering or manufacturing methods or circumstances may warrant. |
![]() |