mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
4 lines
130 B
Groff
4 lines
130 B
Groff
RSAPublicKey ::= SEQUENCE {
|
|
modulus INTEGER ({ rsa_extract_mpi }), -- n
|
|
publicExponent INTEGER ({ rsa_extract_mpi }) -- e
|
|
}
|