mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
|
RSAPublicKey ::= SEQUENCE {
|
||
|
modulus INTEGER ({ rsa_extract_mpi }), -- n
|
||
|
publicExponent INTEGER ({ rsa_extract_mpi }) -- e
|
||
|
}
|