
I am currently also encountering problems with RSA algorithms that need to be optimized, and I was very excited to see this sdk, but my service is already online and the key cannot be modified.
So I am now running into a problem where the private BigInteger e; p; q; dP; dQ; qInv; has been lost.
But PKCS8Key encodedKey[] is stored normally, how can I use jnagmp with only this one key[] ?
I am currently also encountering problems with RSA algorithms that need to be optimized, and I was very excited to see this sdk, but my service is already online and the key cannot be modified.
So I am now running into a problem where the private BigInteger e; p; q; dP; dQ; qInv; has been lost.
But PKCS8Key encodedKey[] is stored normally, how can I use jnagmp with only this one key[] ?