| Package | Description |
|---|---|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TokenDSAPrivateKey
This class represents an DSA private key key that is stored on a PKCS#11
device.
|
class |
TokenECPrivateKey
This class represents an EC private key key that is stored on a PKCS#11
device.
|
class |
TokenKey
The base class for all cryptographic keys that reside on a PKCS#11 device.
|
class |
TokenPrivateKey
This class represents a private key that is stored on a PKCS#11 device.
|
class |
TokenRSAPrivateKey
This class represents an RSA private key key that is stored on a PKCS#11
device.
|
class |
TokenSymmetricKey
This class represents a symmetric (aka: secret) key that is stored on a
PKCS#11 device.
|