回答編集履歴

2

確認したサンプルが古い

2020/05/26 05:08

投稿

退会済みユーザー
test CHANGED
@@ -1,23 +1,23 @@
1
+ ・読み物/サンプルコード(有料)
2
+
3
+ [Java Cryptography: Tools and Techniques](https://leanpub.com/javacryptotoolsandtech)
4
+
5
+ ・サンプルコード集
6
+
1
- [https://www.bouncycastle.org/documentation.html](https://www.bouncycastle.org/documentation.html)の一部の文章である、
7
+ [BCFipsIn100.pdf](https://www.bouncycastle.org/fips-java/BCFipsIn100.pdf)
2
8
 
3
9
 
4
10
 
5
- > Finally there are also code examples from Beginning Cryptography with Java which demonstrate both the use of the JCE/JCA and also some of the Bouncy Castle APIs such as for certificate generation, CMS and S/MIME. Note: the book was written to cover J2SE 5.0, while many of the examples will work with earlier JDKs, some will not compile if you are not using J2SE 5.0 or later.
11
+ ・サンプルソースコード
12
+
13
+ Java Cryptography: Tools and Techniquesに記載されているサンプルコードのソース
14
+
15
+ [java-crypto-tools-src.zip](https://www.bouncycastle.org/java-crypto-tools-src.zip)
6
16
 
7
17
 
8
18
 
9
- exampleをクリックするとソースが手に入ります。
10
19
 
11
20
 
21
+ java-crypto-tools-src.zipは最新バージョンに対応しているため、
12
22
 
13
- > BC FIPS Example Code
23
+ 最新バージョンを使う際はこちらを参考にするといいです
14
-
15
- Example code for the Bouncy Castle FIPS jars can be found in the tests and also the "BC FIPS in 100" mini-book.
16
-
17
- BC FIPS in 100 mini-book BCFipsIn100.pdf
18
-
19
- BC FIPS in 100 examples bc-fips-100-java.tar.gz or bc-fips-100-java.zip
20
-
21
-
22
-
23
- のBCFipsIn100.pdfがサンプルコードの説明にあたるようです。

1

リンクの貼り忘れ

2020/05/26 05:08

投稿

退会済みユーザー
test CHANGED
@@ -1,4 +1,4 @@
1
- https://www.bouncycastle.org/documentation.htmlの一部の文章である、
1
+ [https://www.bouncycastle.org/documentation.html](https://www.bouncycastle.org/documentation.html)の一部の文章である、
2
2
 
3
3
 
4
4