1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
2 <html> |
2 <html> |
3 <head> |
3 <head> |
4 <!-- |
4 <!-- |
5 Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved. |
5 Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. |
6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
7 |
7 |
8 This code is free software; you can redistribute it and/or modify it |
8 This code is free software; you can redistribute it and/or modify it |
9 under the terms of the GNU General Public License version 2 only, as |
9 under the terms of the GNU General Public License version 2 only, as |
10 published by the Free Software Foundation. Oracle designates this |
10 published by the Free Software Foundation. Oracle designates this |
49 without having to add or rewrite code. |
49 without having to add or rewrite code. |
50 |
50 |
51 <h2>Package Specification</h2> |
51 <h2>Package Specification</h2> |
52 |
52 |
53 <ul> |
53 <ul> |
54 <li><a href="{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html"><b> |
54 <li><a href="{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html"> |
55 Cryptography Architecture</b></a></li> |
55 <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT> |
|
56 Cryptography Architecture (JCA) Reference Guide</b></a></li> |
56 |
57 |
57 <li>PKCS8: Private-Key Information Standard, Version 1.2, November 1993</li> |
58 <li>PKCS #8: Private-Key Information Syntax Standard, Version 1.2, |
|
59 November 1993</li> |
|
60 |
|
61 <li><a href="{@docRoot}/../technotes/guides/security/StandardNames.html"> |
|
62 <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT> |
|
63 Cryptography Architecture Standard Algorithm Name |
|
64 Documentation</b></a></li> |
58 </ul> |
65 </ul> |
59 |
66 |
60 <h2>Related Documentation</h2> |
67 <h2>Related Documentation</h2> |
61 |
68 |
62 For further documentation, please see: |
69 For further documentation, please see: |
63 <ul> |
70 <ul> |
64 <li><a href= |
71 <li><a href= |
65 "{@docRoot}/../technotes/guides/security/spec/security-spec.doc.html"><b> |
72 "{@docRoot}/../technotes/guides/security/spec/security-spec.doc.html"> |
66 Security Architecture</b></a></li> |
73 <b>Java<FONT SIZE=-2><SUP>TM</SUP></FONT> |
|
74 SE Platform Security Architecture</b></a></li> |
67 |
75 |
68 <li><a href= |
76 <li><a href= |
69 "{@docRoot}/../technotes/guides/security/crypto/HowToImplAProvider.html"><b> |
77 "{@docRoot}/../technotes/guides/security/crypto/HowToImplAProvider.html"> |
70 How to Implement a Provider for the Java Cryptography Architecture |
78 <b>How to Implement a Provider in the |
|
79 Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Cryptography Architecture |
71 </b></a></li> |
80 </b></a></li> |
|
81 |
72 <li><a href= |
82 <li><a href= |
73 "{@docRoot}/../technotes/guides/security/PolicyFiles.html"><b> |
83 "{@docRoot}/../technotes/guides/security/PolicyFiles.html"><b> |
74 Default Policy Implementation and Policy File Syntax |
84 Default Policy Implementation and Policy File Syntax |
75 </b></a></li> |
85 </b></a></li> |
76 |
86 |
77 <li><a href= |
87 <li><a href= |
78 "{@docRoot}/../technotes/guides/security/permissions.html"><b> |
88 "{@docRoot}/../technotes/guides/security/permissions.html"><b> |
79 Policy Permissions |
89 Permissions in the |
|
90 Java<FONT SIZE=-2><SUP>TM</SUP></FONT> SE Development Kit (JDK) |
80 </b></a></li> |
91 </b></a></li> |
81 |
92 |
82 <li><a href= |
93 <li><a href= |
83 "{@docRoot}/../technotes/guides/security/SecurityToolsSummary.html"><b> |
94 "{@docRoot}/../technotes/guides/security/SecurityToolsSummary.html"><b> |
84 Security Tools Summary |
95 Summary of Tools for |
|
96 Java<FONT SIZE=-2><SUP>TM</SUP></FONT> Platform Security |
85 </b></a></li> |
97 </b></a></li> |
86 |
98 |
87 <li><b>keytool</b> |
99 <li><b>keytool</b> |
88 (<a href="{@docRoot}/../technotes/tools/solaris/keytool.html"> |
100 (<a href="{@docRoot}/../technotes/tools/solaris/keytool.html"> |
89 for Solaris/Linux</a>) |
101 for Solaris/Linux</a>) |