Files
2023-05-02 09:58:35 +02:00

5 lines
82 B
Plaintext

RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })
}