2.5.2.3 PublicKeyBlob Format


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

0x00

0x24

0x00

0x00

0x04

0x80

0x00

0x00

Size of Public Key

...

Public Key

...

...

...

...

(Variable)

Size of Public Key (8 bytes): This MUST be a 64-bit unsigned integer in little-endian format. It MUST contain the size of the Public Key in bytes.

Public Key (Variable): This MUST be an RSA public key ([RFC3447] section 3.1) encoded as described in section 2.5.2.1. The size of the Public Key MUST be equal to the value defined by Size of Public Key.