package.html revision 2362
4169N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1178N/A<html>
1178N/A<head>
1178N/A<!--
1178N/ACopyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
1178N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1178N/A
1178N/AThis code is free software; you can redistribute it and/or modify it
1178N/Aunder the terms of the GNU General Public License version 2 only, as
1178N/Apublished by the Free Software Foundation. Oracle designates this
1178N/Aparticular file as subject to the "Classpath" exception as provided
1178N/Aby Oracle in the LICENSE file that accompanied this code.
1178N/A
1178N/AThis code is distributed in the hope that it will be useful, but WITHOUT
1178N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1178N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1178N/Aversion 2 for more details (a copy is included in the LICENSE file that
2362N/Aaccompanied this code).
2362N/A
2362N/AYou should have received a copy of the GNU General Public License version
1178N/A2 along with this work; if not, write to the Free Software Foundation,
4169N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1178N/A
1178N/APlease contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
4033N/ACA 95054 USA or visit www.sun.com if you need additional information or
4033N/Ahave any questions.
1178N/A-->
1178N/A
4033N/A</head>
1178N/A<body bgcolor="white">
4033N/A
1178N/AProvides classes and interfaces for key specifications and algorithm
1178N/Aparameter specifications.
1178N/A
1178N/A<p>A key specification is a transparent representation of the key material
1178N/Athat constitutes a key. A key may be specified in an algorithm-specific
1178N/Away, or in an algorithm-independent encoding format (such as ASN.1).
1178N/AThis package contains key specifications for DSA public and private keys,
1178N/ARSA public and private keys, PKCS #8 private keys in DER-encoded format,
1178N/Aand X.509 public and private keys in DER-encoded format.
1178N/A
4033N/A<p>An algorithm parameter specification is a transparent representation
0N/Aof the sets of parameters used with an algorithm. This package contains
0N/Aan algorithm parameter specification for parameters used with the
4033N/ADSA algorithm.
1178N/A
1178N/A<h2>Package Specification</h2>
4033N/A
1178N/A<ul>
0N/A <li>PKCS #1: RSA Encryption Standard, Version 1.5, November 1993</li>
4033N/A <li>PKCS #8: Private-Key Information Syntax Standard,
4033N/A Version 1.2, November 1993</li>
1178N/A <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
4033N/A Digital Signature Standard (DSS)</li>
1178N/A</ul>
4033N/A
0N/A<h2>Related Documentation</h2>
1178N/A
1178N/AFor documentation that includes information about algorithm parameter
1178N/Aand key specifications, please see:
4033N/A<ul>
1178N/A <li>
1178N/A <a href=
4033N/A "{@docRoot}/technotes/guides/security/crypto/CryptoSpec.html">
1178N/A <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
1178N/A Cryptography Architecture API Specification and Reference
0N/A </b></a></li>
4033N/A <li>
1178N/A <a href=
1178N/A "{@docRoot}/technotes/guides/security/crypto/HowToImplAProvider.html">
1178N/A <b>How to Implement a Provider for the
1178N/A Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Cryptography Architecture
1178N/A </b></a></li>
</ul>
@since 1.2
</body>
</html>