Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

Line 1: Line 1:
 
Some security references of use when considering security in an Eclipse Equinox application.
 
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
  
 
[[Category:Equinox]]
 
[[Category:Equinox]]
 
[[Category:Security]]
 
[[Category:Security]]

Revision as of 20:19, 15 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

Back to the top