Certificates: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
== Public Key == | == Public Key == | ||
Determining the type of public key stored, is done by checking the key type: | |||
{| class="wikitable" | |||
|- | |||
! Value | |||
! Key Type | |||
|- | |||
| 0x0 | |||
| RSA_4096 ? | |||
|- | |||
| 0x1 | |||
| RSA_2048 | |||
|- | |||
| 0x2 | |||
| Elliptic Curve ? | |||
|} | |||
=== RSA === | === RSA === | ||
This contains the Public Key(i.e. Modulus & Public Exponent). For RSA-2048 public keys, this section is as follows: | This contains the Public Key(i.e. Modulus & Public Exponent). For RSA-2048 public keys, this section is as follows: |