From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../projects/nss/new_nss_samples/index.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/ja/mozilla/projects/nss/new_nss_samples/index.html (limited to 'files/ja/mozilla/projects/nss/new_nss_samples/index.html') diff --git a/files/ja/mozilla/projects/nss/new_nss_samples/index.html b/files/ja/mozilla/projects/nss/new_nss_samples/index.html new file mode 100644 index 0000000000..be47c481f4 --- /dev/null +++ b/files/ja/mozilla/projects/nss/new_nss_samples/index.html @@ -0,0 +1,36 @@ +--- +title: 新しい NSS サンプル +slug: Mozilla/Projects/NSS/New_NSS_Samples +tags: + - Example +translation_of: Mozilla/Projects/NSS/New_NSS_Samples +--- +

New NSS Sample Code

+ +

このサンプルコード集では、暗号処理、証明書の取り扱い、SSL などに NSS をどのように利用できるかを示しています。また、暗号技術の応用におけるベストプラクティスをいくつか示しています。

+ +

These new examples are a work in progress. See https://bugzilla.mozilla.org/show_bug.cgi?id=490238

+ +

サンプルのダウンロード方法

+ +
hg clone https://hg.mozilla.org/projects/nss; cd nss; hg update SAMPLES_BRANCH
+
+ +

サンプル一覧。

+ +
    +
  1. Sample Code 1: Hashing
  2. +
  3. Sample Code 2: Init NSS database
  4. +
  5. Sample Code 3: Encrypt/Decrypt and Mac Using Token
  6. +
  7. Sample Code 4: Encrypt/Decrypt and Mac Using Session Objects
  8. +
  9. Sample Code 5: Encrypt/Decrypt/MAC Output Public Key as a CSR
  10. +
  11. Sample Code 6: Encrypt/Decrypt/MAC Generating a PKCS#11 CSR
  12. +
+ +

これらのサンプルで使用されている共通のコード。

+ +
    +
  1. Sample Code 0: Utilities
  2. +
+ +

これらのサンプルの主執筆者である Mozilla Community のメンバーである Shailendra Jain 氏に感謝します。

-- cgit v1.2.3-54-g00ecf