OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / libcore / luni / src / main / java / java / security / spec / package.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
4 </head>
5 <html>
6 <body>
7 <p>
8 This package provides the classes and interfaces needed to specify keys and parameters for
9 encryption and signing algorithms. The following standards are supported:
10 (1) PKCS#1 RSA encryption standard;
11 (2) FIPS-186 DSA (signature) standard;
12 (3) PKCS#8 private key information standard.
13 Keys may be specified via algorithm or in a more abstract and general way with ASN.1.
14 The parameters for the Elliptic Curve (EC) encryption algorithm are only specified as
15 input parameters to the relevant EC-generator.
16 </p>
17 </body>
18 </html>