1Sm2Signature ::= SEQUENCE {
2	sig_r	INTEGER ({ sm2_get_signature_r }),
3	sig_s	INTEGER ({ sm2_get_signature_s })
4}
5