|
Interface Summary |
| AutCardService |
|
| CHVCardService |
A card service interface for Card Holder Verification (CHV).
|
| Credential |
A tag interface for cryptographic credentials.
|
| KeyRef |
Interface for classes that reference a key stored on a smart card.
|
| PKACredential |
Public key algorithm (PKA) credential.
|
| PrivateKeyRef |
Interface for classes that reference a private key stored on a smart card.
|
| PublicKeyRef |
Interface for classes that reference a public key stored on a smart card.
|
| SecretKeyRef |
Interface for classes that reference a secret key stored on a smart card.
|
| SecureService |
An interface for card services with cryptographic security mechanisms.
|
| SecurityDomain |
SecurityDomain is a tag interface for classes which can be used
to identify a security domain. |
| SignCredential |
Credential used by a card service to sign a block of data
that matches the key's input length.
|
| SymmetricCredential |
Credential that implements a symmetric algorithm like DES.
|
|
Class Summary |
| CredentialBag |
A container for stores that hold cryptographic credentials.
|
| CredentialStore |
A container for cryptographic credentials.
|
| DESKey |
Encapsulates a DES key. |
| DSAParams |
DSA-specific set of key parameters, which defines a DSA key family.
|
| DSAPrivateKey |
Contains a public DSA key.
|
| DSAPublicKey |
Contains a public DSA key.
|
| DSASignCredential |
Sample credential to perform a DSA signing operation.
|
| KeyFile |
Base class for references to keys stored on a smart card in an ISO file.
|
| PrivateKeyFile |
Reference to a private key stored on a smart card in an ISO file.
|
| PublicKeyFile |
Reference to a public key stored on a smart card in an ISO file.
|
| RSACRTKey |
Contains an RSA key in a form suitable for
fast signing via the chinese remainder's algorithm.
|
| RSAPrivateKey |
Contains an RSA private key.
|
| RSAPublicKey |
Contains a public RSA key.
implements the java.security.PrivateKey interface
In this package OpenCard provides key classes for common algorithms
like RSA, DSA (or DES) that each concrete card service implementing
a card service interface should support instead of defining its own
key classes.
|
| SecretKeyFile |
Reference to a secret key stored on a smart card in an ISO file.
|