Enum DigestAlgorithm
DigestAlgorithm
ダイジェスト アルゴリズムのセレクタ。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
Utilities.DigestAlgorithm.MD2
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
MD2 | Enum | MD2 アルゴリズム |
MD5 | Enum | MD5 アルゴリズム |
SHA_1 | Enum | SHA-1 アルゴリズム |
SHA_256 | Enum | SHA-256 アルゴリズム |
SHA_384 | Enum | SHA-384 アルゴリズム |
SHA_512 | Enum | SHA-512 アルゴリズム |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["`DigestAlgorithm` allows you to select a specific hashing algorithm for use within the system."],["It is called using the format `Utilities.DigestAlgorithm.[algorithm]`, for example, `Utilities.DigestAlgorithm.MD5`."],["Available algorithms include MD2, MD5, SHA-1, SHA-256, SHA-384, and SHA-512."]]],[]]