[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`RSAPublicKeySpec` defines an RSA public key. It's created using `RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent)` with a modulus and public exponent. Key actions include getting these values: `getModulus()` returns the modulus, and `getPublicExponent()` returns the public exponent. The class extends `Object`, inheriting methods like `equals`, `hashCode`, `toString`, and `wait`. It implements `KeySpec`, working alongside `Key`, `KeyFactory`, and other related specifications.\n"]]