From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../projects/nss/new_nss_samples/index.html | 36 ---------------------- 1 file changed, 36 deletions(-) delete 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 deleted file mode 100644 index be47c481f4..0000000000 --- a/files/ja/mozilla/projects/nss/new_nss_samples/index.html +++ /dev/null @@ -1,36 +0,0 @@ ---- -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