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