blob: 725498e461d25fa46706b62810eaea88a2d645c0 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001RsaPubKey ::= SEQUENCE {
2 n INTEGER ({ rsa_get_n }),
3 e INTEGER ({ rsa_get_e })
4}