Enum RsaAlgorithm
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
RsaAlgorithm
RSA アルゴリズムの選択ツール
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
Utilities.RsaAlgorithm.RSA_SHA_1
です。
プロパティ
プロパティ | タイプ | 説明 |
RSA_SHA_1 | Enum | |
RSA_SHA_256 | Enum | |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe RSA algorithm selector is accessed using the syntax \u003ccode\u003eUtilities.RsaAlgorithm.[property]\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAvailable properties for RSA algorithm selection include \u003ccode\u003eRSA_SHA_1\u003c/code\u003e and \u003ccode\u003eRSA_SHA_256\u003c/code\u003e, both of which are Enum types.\u003c/p\u003e\n"]]],[],null,["# Enum RsaAlgorithm\n\nRsaAlgorithm\n\nSelector of RSA algorithm\n\nTo call an enum, you call its parent class, name, and property. For example, `\nUtilities.RsaAlgorithm.RSA_SHA_1`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|-------------|\n| `RSA_SHA_1` | `Enum` | |\n| `RSA_SHA_256` | `Enum` | |"]]