0N/A<!--
2362N/A Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/A This code is free software; you can redistribute it and/or modify it
0N/A under the terms of the GNU General Public License version 2 only, as
2362N/A published by the Free Software Foundation. Oracle designates this
0N/A particular file as subject to the "Classpath" exception as provided
2362N/A by Oracle in the LICENSE file that accompanied this code.
0N/A
0N/A This code is distributed in the hope that it will be useful, but WITHOUT
0N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A version 2 for more details (a copy is included in the LICENSE file that
0N/A accompanied this code).
0N/A
0N/A You should have received a copy of the GNU General Public License version
0N/A 2 along with this work; if not, write to the Free Software Foundation,
0N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
2362N/A Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A or visit www.oracle.com if you need additional information or have any
2362N/A questions.
0N/A-->
0N/A
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
0N/A<html>
0N/A<body bgcolor="white">
0N/A
0N/AProvides interfaces for generating RSA (Rivest, Shamir and
0N/AAdleman AsymmetricCipher algorithm)
0N/Akeys as defined in the RSA Laboratory Technical Note
0N/APKCS#1, and DSA (Digital Signature
0N/AAlgorithm) keys as defined in NIST's FIPS-186.
0N/A<P>
0N/ANote that these interfaces are intended only for key
0N/Aimplementations whose key material is accessible and
0N/Aavailable. These interfaces are not intended for key
0N/Aimplementations whose key material resides in
0N/Ainaccessible, protected storage (such as in a
0N/Ahardware device).
0N/A<P>
0N/AFor more developer information on how to use these
0N/Ainterfaces, including information on how to design
0N/A<code>Key</code> classes for hardware devices, please refer
0N/Ato these cryptographic provider developer guides:
0N/A<ul>
0N/A <li><a href=
0N/A "{@docRoot}/technotes/guides/security/crypto/HowToImplAProvider.html">
0N/A <b>How to Implement a Provider for the
0N/A Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Cryptography Architecture
0N/A </b></a></li>
0N/A</ul>
0N/A
0N/A<h2>Package Specification</h2>
0N/A
0N/A<ul>
0N/A <li>PKCS #1: RSA Encryption Standard, Version 1.5, November 1993 </li>
0N/A <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
0N/A Digital Signature Standard (DSS) </li>
0N/A</ul>
0N/A
0N/A<h2>Related Documentation</h2>
0N/A
0N/AFor further documentation, please see:
0N/A<ul>
0N/A <li>
0N/A <a href=
0N/A "{@docRoot}/technotes/guides/security/crypto/CryptoSpec.html">
0N/A <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
0N/A Cryptography Architecture API Specification and Reference
0N/A </b></a></li>
0N/A</ul>
0N/A
0N/A@since JDK1.1
0N/A</body>
0N/A</html>