1 -- SPDX-License-Identifier: BSD-3-Clause << 2 -- << 3 -- Copyright (C) 2016 IETF Trust and the perso << 4 -- of the code << 5 -- << 6 -- https://www.rfc-editor.org/rfc/rfc8017#appe << 7 << 8 RsaPrivKey ::= SEQUENCE { 1 RsaPrivKey ::= SEQUENCE { 9 version INTEGER, 2 version INTEGER, 10 n INTEGER ({ rsa_get_n } 3 n INTEGER ({ rsa_get_n }), 11 e INTEGER ({ rsa_get_e } 4 e INTEGER ({ rsa_get_e }), 12 d INTEGER ({ rsa_get_d } 5 d INTEGER ({ rsa_get_d }), 13 prime1 INTEGER ({ rsa_get_p } 6 prime1 INTEGER ({ rsa_get_p }), 14 prime2 INTEGER ({ rsa_get_q } 7 prime2 INTEGER ({ rsa_get_q }), 15 exponent1 INTEGER ({ rsa_get_dp 8 exponent1 INTEGER ({ rsa_get_dp }), 16 exponent2 INTEGER ({ rsa_get_dq 9 exponent2 INTEGER ({ rsa_get_dq }), 17 coefficient INTEGER ({ rsa_get_qin 10 coefficient INTEGER ({ rsa_get_qinv }) 18 } 11 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.