Interface | Description |
---|---|
DSAKey |
This interface is implemented by a class to return the parameters
of a Digital Signature Algorithm (DSA) public or private key.
|
DSAKeyPairGenerator |
This interface contains methods for intializing a Digital Signature
Algorithm key generation engine.
|
DSAParams |
This interface allows the Digital Signature Algorithm (DSA) parameters
to be queried.
|
DSAPrivateKey |
This interface models a Digital Signature Algorithm (DSA) private key
|
DSAPublicKey |
This interface models a Digital Signature Algorithm (DSA) public key
|
RSAKey |
A generic RSA Key interface for public and private keys
|
RSAMultiPrimePrivateCrtKey |
The interface to an RSA multi-prime private key, as defined in the PKCS#1
v2.1, using the Chinese Remainder Theorem (CRT) information values.
|
RSAPrivateCrtKey |
This interface provides access to information about an RSA private
key in Chinese Remainder Theorem (CRT) format.
|
RSAPrivateKey |
This interface provides access to information about an RSA private key.
|
RSAPublicKey |
This interface provides access to information about an RSA public key.
|