jdk/src/share/classes/javax/crypto/package.html
changeset 8152 94e5966bdf22
parent 5551 327690766109
child 9035 1255eb81cc2f
equal deleted inserted replaced
6905:a0b9d2cd7731 8152:94e5966bdf22
     1 <!--
     1 <!--
     2 Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved.
     2 Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 
     4 
     5 This code is free software; you can redistribute it and/or modify it
     5 This code is free software; you can redistribute it and/or modify it
     6 under the terms of the GNU General Public License version 2 only, as
     6 under the terms of the GNU General Public License version 2 only, as
     7 published by the Free Software Foundation.  Oracle designates this
     7 published by the Free Software Foundation.  Oracle designates this
    42 write.  The implementations themselves may then be written by
    42 write.  The implementations themselves may then be written by
    43 independent third-party vendors and plugged in seamlessly as needed.
    43 independent third-party vendors and plugged in seamlessly as needed.
    44 Therefore application developers may take advantage of any number of
    44 Therefore application developers may take advantage of any number of
    45 provider-based implementations without having to add or rewrite code.
    45 provider-based implementations without having to add or rewrite code.
    46 
    46 
       
    47 <h2>Package Specification</h2>
       
    48 
       
    49 <ul>
       
    50   <li><a href="{@docRoot}/../technotes/guides/security/StandardNames.html"><b>
       
    51     <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
       
    52     Cryptography Architecture Standard Algorithm Name
       
    53     Documentation</b></a></li>
       
    54 </ul>
       
    55 
    47 <h2>Related Documentation</h2>
    56 <h2>Related Documentation</h2>
    48 
    57 
    49 For further documentation, please see:
    58 For further documentation, please see:
    50 <ul>
    59 <ul>
    51   <li>
    60   <li>
    52     <a href=
    61     <a href=
    53       "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html">
    62       "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html">
    54       <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
    63       <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT>
    55        Cryptography Architecture API Specification and Reference
    64        Cryptography Architecture (JCA) Reference Guide
    56       </b></a></li>
    65       </b></a></li>
    57   <li>
    66   <li>
    58     <a href=
    67     <a href=
    59       "{@docRoot}/../technotes/guides/security/crypto/HowToImplAProvider.html">
    68       "{@docRoot}/../technotes/guides/security/crypto/HowToImplAProvider.html">
    60       <b>How to Implement a Provider for the
    69       <b>How to Implement a Provider in the
    61       Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Cryptography Architecture
    70       Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Cryptography Architecture
    62       </b></a></li>
    71       </b></a></li>
    63 </ul>
    72 </ul>
    64 
    73 
    65 @since 1.4
    74 @since 1.4