| Interface | Description |
|---|---|
| CryptixRSAPrivateKey |
The interface to an RSA private key.
|
| CryptixRSAPublicKey |
The interface to an RSA public key.
|
| ElGamalKey |
The interface to an ElGamal public or private key.
|
| ElGamalKeyPairGenerator |
An interface to an object capable of generating ElGamal key pairs.
|
| ElGamalParams |
Interface to an ElGamal-specific set of key parameters, which defines
an ElGamal key family.
|
| ElGamalPrivateKey |
The interface to an ElGamal private key.
|
| ElGamalPublicKey |
The interface to an ElGamal public key.
|
| RSAFactors |
An interface with methods to return the factors and coefficient of an
RSA modulus.
|
| RSAKey |
The interface to an RSA public or private key.
|
| RSAKeyPairGenerator |
An interface to an object capable of generating RSA key pairs.
|