I'm using test vectors presented at the end of this page (SigGen15_186-3.txt
RSA PKCS#1 Ver 1.5): https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/digital-signatures#rsavs
The three key parameters given are n, e and d. My question is, how should I import these parameters as RSAParameters
into RSA
implementation? Is there any shortcut, or do I have to go about this manually and write the code calculating the other RSA
parameter fields myself?