1<html>
2  <body>
3    <p>
4      This package provides the classes and interfaces needed to specify keys
5      and parameter for encryption. The following standards are supported:
6      <ul>
7      <li>PKCS#3 Diffie-Hellman Key Agreement standard;
8      <li>FIPS-46-2 Data Encryption Standard (DES);
9      <li>PKCS#5 Password-Based Cryptography standard.
10      </ul>
11      <p>Keys may be specified via algorithm or in a more abstract and general way
12      with ASN.1.
13
14      <p>Keys and algorithm parameters are specified for the following procedures:
15      <ul>
16      <li>DH
17      <li>DES
18      <li>TripleDES
19      <li>PBE
20      <li>RC2
21      <li>RC5
22      </li>
23    </p>
24  </body>
25</html>
26