jdk/src/share/classes/java/security/package.html
author ohair
Wed, 26 May 2010 20:28:04 -0700
changeset 5551 327690766109
parent 5506 202f599c92aa
child 8152 94e5966bdf22
permissions -rw-r--r--
6956202: Fix a few missed rebranding issues, please contact lines etc. Reviewed-by: jjg, darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
<!--
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     5
Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    10
published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    12
by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
5551
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    24
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    25
or visit www.oracle.com if you need additional information or have any
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    26
questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
<body bgcolor="white">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
Provides the classes and interfaces for the security framework.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
This includes classes that implement an easily configurable,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
fine-grained access control security architecture.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
This package also supports
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
the generation and storage of cryptographic public key pairs,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
as well as a number of exportable cryptographic operations
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
including those for message digest and signature generation.  Finally,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
this package provides classes that support signed/guarded objects
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
and secure random number generation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
Many of the classes provided in this package (the cryptographic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
and secure random number generator classes in particular) are
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
provider-based.  The class itself defines a programming interface
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
to which applications may write.  The implementations themselves may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
then be written by independent third-party vendors and plugged
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
in seamlessly as needed.  Therefore application developers may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
take advantage of any number of provider-based implementations
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
without having to add or rewrite code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
<h2>Package Specification</h2>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
  <li><a href="{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html"><b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
    Cryptography Architecture</b></a></li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
  <li>PKCS8: Private-Key Information Standard, Version 1.2, November 1993</li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
<h2>Related Documentation</h2>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
For further documentation, please see:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
  <li><a href=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
    "{@docRoot}/../technotes/guides/security/spec/security-spec.doc.html"><b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
    Security Architecture</b></a></li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
  <li><a href=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
    "{@docRoot}/../technotes/guides/security/crypto/HowToImplAProvider.html"><b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
    How to Implement a Provider for the Java Cryptography Architecture
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
    </b></a></li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
  <li><a href=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
    "{@docRoot}/../technotes/guides/security/PolicyFiles.html"><b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
    Default Policy Implementation and Policy File Syntax
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
    </b></a></li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
  <li><a href=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
    "{@docRoot}/../technotes/guides/security/permissions.html"><b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
    Policy Permissions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
    </b></a></li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
  <li><a href=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
    "{@docRoot}/../technotes/guides/security/SecurityToolsSummary.html"><b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
    Security Tools Summary
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    </b></a></li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
  <li><b>keytool</b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
    (<a href="{@docRoot}/../technotes/tools/solaris/keytool.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
      for Solaris/Linux</a>)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
    (<a href="{@docRoot}/../technotes/tools/windows/keytool.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
      for Windows</a>)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
    </li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
  <li><b>jarsigner</b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
    (<a href="{@docRoot}/../technotes/tools/solaris/jarsigner.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
      for Solaris/Linux</a>)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
    (<a href="{@docRoot}/../technotes/tools/windows/jarsigner.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
      for Windows</a>)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
    </li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
@since JDK1.1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
</html>