rsakey.asn1 107 Bytes
RsaKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e }),
	d INTEGER ({ rsa_get_d })
}