]> Pileus Git - ~andy/linux/blob - crypto/asymmetric_keys/x509_rsakey.asn1
partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over built-in...
[~andy/linux] / crypto / asymmetric_keys / x509_rsakey.asn1
1 RSAPublicKey ::= SEQUENCE {
2         modulus                 INTEGER ({ rsa_extract_mpi }),  -- n
3         publicExponent          INTEGER ({ rsa_extract_mpi })   -- e
4         }