[[["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."],[],["`ECPrivateKeySpec` is an immutable class for elliptic curve private keys. It's constructed using `ECPrivateKeySpec(BigInteger s, ECParameterSpec params)`, which takes the private value (`s`) and domain parameters. Key information can be obtained through two methods: `getParams()`, which retrieves the elliptic curve domain parameters, and `getS()`, which returns the private value. The class extends Object and includes inherited methods for object management, comparison, and thread interaction.\n"]]