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