SEC-1569: initial commit of spring-security-crypto module, consisting of encrypt, keygen, password, and util packages

This commit is contained in:
Keith Donald
2011-01-13 22:40:47 -05:00
committed by Luke Taylor
parent afd586c96e
commit ffa7301e7f
29 changed files with 1254 additions and 1 deletions

16
crypto/template.mf Normal file
View File

@@ -0,0 +1,16 @@
Implementation-Title: org.springframework.security.crypto
Implementation-Version: ${version}
Bundle-SymbolicName: org.springframework.security.crypto
Bundle-Name: Spring Security Web
Bundle-Vendor: SpringSource
Bundle-Version: ${version}
Bundle-ManifestVersion: 2
Excluded-Imports:
javax.naming.*,
javax.rmi.*,
javax.sql.*,
javax.security.auth.*
Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template: