package.html revision 3465
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1879N/A<html>
0N/A<head>
0N/A<!--
0N/ACopyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
0N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/AThis code is free software; you can redistribute it and/or modify it
0N/Aunder the terms of the GNU General Public License version 2 only, as
0N/Apublished by the Free Software Foundation. Oracle designates this
0N/Aparticular file as subject to the "Classpath" exception as provided
0N/Aby Oracle in the LICENSE file that accompanied this code.
0N/A
0N/AThis code is distributed in the hope that it will be useful, but WITHOUT
0N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/Aversion 2 for more details (a copy is included in the LICENSE file that
0N/Aaccompanied this code).
1472N/A
1472N/AYou should have received a copy of the GNU General Public License version
1472N/A2 along with this work; if not, write to the Free Software Foundation,
0N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
0N/APlease contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1879N/Aor visit www.oracle.com if you need additional information or have any
1879N/Aquestions.
1879N/A-->
1879N/A
1879N/A</head>
1879N/A<body bgcolor="white">
0N/A
0N/AProvides the classes and interfaces for the security framework.
0N/AThis includes classes that implement an easily configurable,
0N/Afine-grained access control security architecture.
0N/AThis package also supports
0N/Athe generation and storage of cryptographic public key pairs,
0N/Aas well as a number of exportable cryptographic operations
0N/Aincluding those for message digest and signature generation. Finally,
0N/Athis package provides classes that support signed/guarded objects
0N/Aand secure random number generation.
0N/A
0N/AMany of the classes provided in this package (the cryptographic
0N/Aand secure random number generator classes in particular) are
0N/Aprovider-based. The class itself defines a programming interface
0N/Ato which applications may write. The implementations themselves may
0N/Athen be written by independent third-party vendors and plugged
0N/Ain seamlessly as needed. Therefore application developers may
2941N/Atake advantage of any number of provider-based implementations
0N/Awithout having to add or rewrite code.
0N/A
0N/A<h2>Package Specification</h2>
0N/A
0N/A<ul>
0N/A <li><a href="{@docRoot}/technotes/guides/security/crypto/CryptoSpec.html">
0N/A <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
0N/A Cryptography Architecture (JCA) Reference Guide</b></a></li>
0N/A
0N/A <li>PKCS #8: Private-Key Information Syntax Standard, Version 1.2,
0N/A November 1993</li>
0N/A
0N/A <li><a href="{@docRoot}/technotes/guides/security/StandardNames.html">
0N/A <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
0N/A Cryptography Architecture Standard Algorithm Name
0N/A Documentation</b></a></li>
0N/A</ul>
0N/A
0N/A<h2>Related Documentation</h2>
2941N/A
2941N/AFor further documentation, please see:
0N/A<ul>
0N/A <li><a href=
0N/A "{@docRoot}/technotes/guides/security/spec/security-spec.doc.html">
0N/A <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
0N/A SE Platform Security Architecture</b></a></li>
0N/A
0N/A <li><a href=
0N/A "{@docRoot}/technotes/guides/security/crypto/HowToImplAProvider.html">
0N/A <b>How to Implement a Provider in the
0N/A Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Cryptography Architecture
0N/A </b></a></li>
0N/A
0N/A <li><a href=
0N/A "{@docRoot}/technotes/guides/security/PolicyFiles.html"><b>
0N/A Default Policy Implementation and Policy File Syntax
0N/A </b></a></li>
0N/A
0N/A <li><a href=
0N/A "{@docRoot}/technotes/guides/security/permissions.html"><b>
0N/A Permissions in the
0N/A Java<FONT SIZE=-2><SUP>TM</SUP></FONT> SE Development Kit (JDK)
0N/A </b></a></li>
0N/A
0N/A <li><a href=
0N/A "{@docRoot}/technotes/guides/security/SecurityToolsSummary.html"><b>
0N/A Summary of Tools for
0N/A Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Platform Security
0N/A </b></a></li>
0N/A
0N/A <li><b>keytool</b>
0N/A (<a href="{@docRoot}/technotes/tools/solaris/keytool.html">
0N/A for Solaris/Linux</a>)
0N/A (<a href="{@docRoot}/technotes/tools/windows/keytool.html">
0N/A for Windows</a>)
0N/A </li>
0N/A
0N/A <li><b>jarsigner</b>
0N/A (<a href="{@docRoot}/technotes/tools/solaris/jarsigner.html">
0N/A for Solaris/Linux</a>)
0N/A (<a href="{@docRoot}/technotes/tools/windows/jarsigner.html">
0N/A for Windows</a>)
0N/A </li>
0N/A
2941N/A</ul>
2941N/A
2941N/A@since 1.1
0N/A</body>
0N/A</html>
0N/A