[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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,["RsaAlgorithm\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\nProperties\n\n| Property | Type | Description |\n|---------------|--------|-------------|\n| `RSA_SHA_1` | `Enum` | |\n| `RSA_SHA_256` | `Enum` | |"]]