x509_rsakey.asn1 130 Bytes
Newer Older
Abhijith PA's avatar
Abhijith PA committed
1 2 3 4
RSAPublicKey ::= SEQUENCE {
	modulus			INTEGER ({ rsa_extract_mpi }),	-- n
	publicExponent		INTEGER ({ rsa_extract_mpi })	-- e
	}