This package provides the interfaces needed to generate: (1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard; (2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186; (3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
| Type | Reason |
|---|---|
| DSAPrivateKey | The interface for a Digital Signature Algorithm (DSA) private key. |
| DSAPrivateKeyConsts | Documentation for this section has not yet been entered. |
| DSAPublicKey | The interface for a Digital Signature Algorithm (DSA) public key. |
| DSAPublicKeyConsts | Documentation for this section has not yet been entered. |
| ECPrivateKey | The interface for an Elliptic Curve (EC) private key. |
| ECPrivateKeyConsts | Documentation for this section has not yet been entered. |
| ECPublicKey | The interface for an Elliptic Curve (EC) public key. |
| ECPublicKeyConsts | Documentation for this section has not yet been entered. |
| IDSAKey | The base interface for Digital Signature Algorithm (DSA) public or private keys. |
| IDSAKeyPairGenerator | The interface for key generators that can generate DSA key pairs. |
| IDSAParams | The interface for Digital Signature Algorithm (DSA) specific parameters. |
| IDSAPrivateKey | The interface for a Digital Signature Algorithm (DSA) private key. |
| IDSAPublicKey | The interface for a Digital Signature Algorithm (DSA) public key. |
| IECKey | The base interface for Elliptic Curve (EC) public or private keys. |
| IECPrivateKey | The interface for an Elliptic Curve (EC) private key. |
| IECPublicKey | The interface for an Elliptic Curve (EC) public key. |
| IRSAKey | The base interface for PKCS#1 RSA public and private keys. |
| IRSAMultiPrimePrivateCrtKey | The interface for a Multi-Prime RSA private key. |
| IRSAPrivateCrtKey | The interface for a PKCS#1 RSA private key using CRT information values. |
| IRSAPrivateKey | The interface for an PKCS#1 RSA private key. |
| IRSAPublicKey | The interface for a PKCS#1 RSA public key. |
| RSAMultiPrimePrivateCrtKey | The interface for a Multi-Prime RSA private key. |
| RSAMultiPrimePrivateCrtKeyConsts | Documentation for this section has not yet been entered. |
| RSAPrivateCrtKey | The interface for a PKCS#1 RSA private key using CRT information values. |
| RSAPrivateCrtKeyConsts | Documentation for this section has not yet been entered. |
| RSAPrivateKey | The interface for an PKCS#1 RSA private key. |
| RSAPrivateKeyConsts | Documentation for this section has not yet been entered. |
| RSAPublicKey | The interface for a PKCS#1 RSA public key. |
| RSAPublicKeyConsts | Documentation for this section has not yet been entered. |