blob: 4ec7cc6532c1177e42b6d8d592a362491f13e69d [file] [log] [blame]
David Howellsc26fd692012-09-24 17:11:48 +01001RSAPublicKey ::= SEQUENCE {
2 modulus INTEGER ({ rsa_extract_mpi }), -- n
3 publicExponent INTEGER ({ rsa_extract_mpi }) -- e
4 }