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/nss_reference/fc_login/index.html | 66 +++++++ .../mozilla/projects/nss/nss_reference/index.html | 200 +++++++++++++++++++++ 2 files changed, 266 insertions(+) create mode 100644 files/ja/mozilla/projects/nss/nss_reference/fc_login/index.html create mode 100644 files/ja/mozilla/projects/nss/nss_reference/index.html (limited to 'files/ja/mozilla/projects/nss/nss_reference') diff --git a/files/ja/mozilla/projects/nss/nss_reference/fc_login/index.html b/files/ja/mozilla/projects/nss/nss_reference/fc_login/index.html new file mode 100644 index 0000000000..0b7ac5c8a5 --- /dev/null +++ b/files/ja/mozilla/projects/nss/nss_reference/fc_login/index.html @@ -0,0 +1,66 @@ +--- +title: FC_Login +slug: Mozilla/Projects/NSS/NSS_reference/FC_Login +tags: + - NSS +translation_of: Mozilla/Projects/NSS/Reference/FC_Login +--- +


+

{{ 英語版章題("Name") }} +

+

Name

+

FC_Login() - log a user into a token. +

{{ 英語版章題("Syntax") }} +

+

Syntax

+
CK_RV FC_Login(
+  CK_SESSION_HANDLE hSession,
+  CK_USER_TYPE userType,
+  CK_CHAR_PTR pPin,
+  CK_ULONG ulPinLen
+);
+
+

{{ 英語版章題("Parameters") }} +

+

Parameters

+

FC_Login() takes four parameters: +

+
hSession +
{{ mediawiki.external('in') }} a session handle +
userType +
{{ mediawiki.external('in') }} the user type (CKU_SO or CKU_USER) +
pPin +
{{ mediawiki.external('in') }} a pointer that points to the user's PIN +
ulPinLen +
{{ mediawiki.external('in') }} the length of the PIN +
+

{{ 英語版章題("Description") }} +

+

Description

+

FC_Login() logs a user into a token. +

The Security Officer (CKU_SO) only logs in to initialize the normal user's PIN. The SO PIN is the empty string. The NSS cryptographic module doesn't allow the SO to log in if the normal user's PIN is already initialized. +

{{ 英語版章題("Return value") }} +

+

Return value

+

FC_Login() returns the following return codes. +

+ +

{{ 英語版章題("See also") }} +

+

See also

+ +
+
+{{ languages( { "en": "en/FC_Login" } ) }} diff --git a/files/ja/mozilla/projects/nss/nss_reference/index.html b/files/ja/mozilla/projects/nss/nss_reference/index.html new file mode 100644 index 0000000000..b1a02b000e --- /dev/null +++ b/files/ja/mozilla/projects/nss/nss_reference/index.html @@ -0,0 +1,200 @@ +--- +title: NSS リファレンス +slug: Mozilla/Projects/NSS/NSS_reference +tags: + - NSS +translation_of: Mozilla/Projects/NSS/Reference +--- +

注意事項

+ +
+ + + + + +
+ +

NSS のビルドとインストール

+ +

NSS アプリケーションの概観

+ +

Based on "Overview of an SSL Application" in the SSL Reference.

+ +

NSS 入門

+ +

Based on "Getting Started With SSL" in the SSL Reference.

+ +

データ型

+ +

Based on "Selected SSL Types and Structures" in the SSL Reference.

+ +

ユーティリティ関数

+ +

Based on "Utility Functions" in NSS Public Functions.

+ +

証明書関数

+ +

Based on Certificate Functions in the SSL Reference and "Certificate Functions" in NSS Public Functions.

+ + + +

鍵関数

+ +

Based on Key Functions in the SSL Reference.

+ + + +

電子署名

+ +

This API consists of the routines used to perform signature generation and the routines used to perform signature verification.

+ +

暗号化/復号化

+ +

ハッシュ

+ +

鍵生成

+ +

Generate keys, key pairs, and domain parameters.

+ +

乱数生成

+ +

This API consists of the two routines used for pseudorandom number generation -- PK11_GenerateRandomOnSlot and PK11_GenerateRandom -- and the two routines used for seeding pseudorandom number generation -- PK11_SeedRandom and PK11_RandomUpdate.

+ +

PKCS #11 関数

+ +

Based on PKCS #11 Functions in the SSL Reference and "Crypto Functions" in NSS Public Functions.

+ + + +

SSL 関数

+ +

Based on "SSL Functions" in the SSL Reference and "SSL Functions" and "Deprecated SSL Functions" in NSS Public Functions.

+ + + +

S/MIME

+ +

Based on the S/MIME Reference (which only has one written chapter) and "S/MIME Functions" in NSS Public Functions.

+ +

PKCS #7 関数

+ +

Based on "PKCS #7 Functions" in NSS Public Functions.

+ +

PKCS #5 関数

+ +

Password-based encryption

+ + + +

PKCS #12 関数

+ +

Based on "PKCS #12 Functions" in NSS Public Functions. Used to exchange data such as private keys and certificates between two parties.

+ + + +

エラーコード

+ +

Based on "NSS and SSL Error Codes" in the SSL Reference.

+ +

NSS 環境変数

+ +

NSS 暗号モジュール

+ +

NSS 技術ノート

+ +

NSS Tech Notes NSS Memory allocation

+ +

ツール

+ +

Based on NSS Tools documentation on www.mozilla.org.

+ +
+ +

{{ languages( { "en": "en/NSS_reference" } ) }}

-- cgit v1.2.3-54-g00ecf