162306a36Sopenharmony_ciRsaPrivKey ::= SEQUENCE { 262306a36Sopenharmony_ci version INTEGER, 362306a36Sopenharmony_ci n INTEGER ({ rsa_get_n }), 462306a36Sopenharmony_ci e INTEGER ({ rsa_get_e }), 562306a36Sopenharmony_ci d INTEGER ({ rsa_get_d }), 662306a36Sopenharmony_ci prime1 INTEGER ({ rsa_get_p }), 762306a36Sopenharmony_ci prime2 INTEGER ({ rsa_get_q }), 862306a36Sopenharmony_ci exponent1 INTEGER ({ rsa_get_dp }), 962306a36Sopenharmony_ci exponent2 INTEGER ({ rsa_get_dq }), 1062306a36Sopenharmony_ci coefficient INTEGER ({ rsa_get_qinv }) 1162306a36Sopenharmony_ci} 12