mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
5 lines
130 B
Text
5 lines
130 B
Text
|
RSAPublicKey ::= SEQUENCE {
|
||
|
modulus INTEGER ({ rsa_extract_mpi }), -- n
|
||
|
publicExponent INTEGER ({ rsa_extract_mpi }) -- e
|
||
|
}
|