Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Security: References"

 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
Starting point for discussions related to Security in Equinox.
+
Some security references of use when considering security in an Eclipse Equinox application.
 +
 
 +
+ Java Cryptography Architecture:
 +
  JDK 1.4 - http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html
 +
  JDK 1.5 - http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html
 +
  JDK 6.0 - http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html
 +
 
 +
 
 +
More to come
  
 
[[Category:Equinox]]
 
[[Category:Equinox]]
 +
[[Category:Security|References]]

Latest revision as of 14:26, 17 May 2007

Some security references of use when considering security in an Eclipse Equinox application.

+ Java Cryptography Architecture:

  JDK 1.4 - http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html
  JDK 1.5 - http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html
  JDK 6.0 - http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html


More to come

Back to the top