xref: /linux/crypto/rsapubkey.asn1 (revision da1d9caf95def6f0320819cf941c9fd1069ba9e1)
1RsaPubKey ::= SEQUENCE {
2	n INTEGER ({ rsa_get_n }),
3	e INTEGER ({ rsa_get_e })
4}
5