bcprov-jdk15on-1.56.pom 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project>
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.bouncycastle</groupId>
  5. <artifactId>bcprov-jdk15on</artifactId>
  6. <packaging>jar</packaging>
  7. <name>Bouncy Castle Provider</name>
  8. <version>1.56</version>
  9. <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</description>
  10. <url>http://www.bouncycastle.org/java.html</url>
  11. <licenses>
  12. <license>
  13. <name>Bouncy Castle Licence</name>
  14. <url>http://www.bouncycastle.org/licence.html</url>
  15. <distribution>repo</distribution>
  16. </license>
  17. </licenses>
  18. <scm>
  19. <url>https://github.com/bcgit/bc-java</url>
  20. </scm>
  21. <issueManagement>
  22. <system>JIRA</system>
  23. <url>http://www.bouncycastle.org/jira/secure/Dashboard.jspa</url>
  24. </issueManagement>
  25. <developers>
  26. <developer>
  27. <id>feedback-crypto</id>
  28. <name>The Legion of the Bouncy Castle Inc.</name>
  29. <email>feedback-crypto@bouncycastle.org</email>
  30. </developer>
  31. </developers>
  32. </project>