0

RSA 结构在RFC 3447,A.1.2 RSA 私钥语法中定义。本节规定 RSA 应表示为:

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 }

是否可以添加上述以外的其他字段,例如序列号?

4

0 回答 0