bouncy-castle-java 1.5.0145

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,22 @@
1
+ <html>
2
+ <body bgcolor=#ffffff>
3
+
4
+ Copyright (c) 2000-2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
5
+ <p>
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
8
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+ <p>
12
+ The above copyright notice and this permission notice shall be included in all copies or substantial
13
+ portions of the Software.
14
+ <p>
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20
+ DEALINGS IN THE SOFTWARE.
21
+ </body>
22
+ </html>
data/README ADDED
@@ -0,0 +1,5 @@
1
+ 'bouncy-castle-java' is a gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" at http://www.bouncycastle.org/java.html
2
+
3
+ Redistributed by Hiroshi Nakamura <nahi@ruby-lang.org>.
4
+
5
+ This package is redistributed under the same terms of Bouncy Castle's license; see LICENSE.html for more details.
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bouncy-castle-java
3
+ version: !ruby/object:Gem::Version
4
+ hash: 289
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 5
9
+ - 145
10
+ version: 1.5.0145
11
+ platform: ruby
12
+ authors:
13
+ - Hiroshi Nakamura
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-06-30 00:00:00 +09:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html
23
+ email: nahi@ruby-lang.org
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - README
32
+ - LICENSE.html
33
+ - lib/bcprov-jdk15-145.jar
34
+ - lib/bcmail-jdk15-145.jar
35
+ has_rdoc: true
36
+ homepage: http://github.com/nahi/bouncy-castle-java/
37
+ licenses: []
38
+
39
+ post_install_message:
40
+ rdoc_options: []
41
+
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ hash: 3
50
+ segments:
51
+ - 0
52
+ version: "0"
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ requirements: []
63
+
64
+ rubyforge_project: jruby-extras
65
+ rubygems_version: 1.3.7
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: Gem redistribution of Bouncy Castle jars
69
+ test_files: []
70
+