Next in thread → Next in month →

Re: [pkcs11-comment] Regarding CRT components of RSA private key,

From
Brahmaji K <>
Date
2021-09-01T09:53:26+00:00
ID
Thread
Re: [pkcs11-comment] Regarding CRT components of RSA private key,
RSAPrivateKey ::= SEQUENCE {
             version           Version,
             modulus           INTEGER,  -- n
             publicExponent    INTEGER,  -- e
             privateExponent   INTEGER,  -- d
             prime1            INTEGER,  -- p
             prime2            INTEGER,  -- q
             exponent1         INTEGER,  -- d mod (p-1)
             exponent2         INTEGER,  -- d mod (q-1)
             coefficient       INTEGER,  -- (inverse of q) mod p
             otherPrimeInfos   OtherPrimeInfos OPTIONAL
     }
Next in thread → Next in month →