[Home]
[TOC]
Study_Security_Java
Java Security
Security
,
Java
Updated
Jan 10, 2015
by
jht5...@gmail.com
Oracle JDK Documents
http://docs.oracle.com/javase/tutorial/security/
http://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html
http://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html
http://docs.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html
http://docs.oracle.com/javase/6/docs/technotes/guides/security/p11guide.html
http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html
http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
OWASP
https://www.owasp.org/index.php/Java_Security_Resources
https://www.owasp.org/index.php/Digital_Signature_Implementation_in_Java
Mozilla
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/JSS
Other
http://www.securingjava.com/toc.html
Sample
https://hatter-source-code.googlecode.com/svn/trunk/tests/https/src/main/java/me/hatter/tests/https/
Related:
Study_Security_EncryptionAlgorithm