1RSAPublicKey ::= SEQUENCE {
2	modulus			INTEGER ({ rsa_extract_mpi }),	-- n
3	publicExponent		INTEGER ({ rsa_extract_mpi })	-- e
4	}
5