12345678910111213141516 |
- 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:
|