2.2.1.5 PKCERT

The PKCERT structure contains a signed PK structure.

 typedef struct {
   PK pk;
   BYTE sign[40];
 } PKCERT;

pk: A PK structure that contains a public key and its version information.

sign: A 40-byte buffer that contains the signature of the pk member. This signature is created using ECDSA over curve ECC1. For more information about ECDSA, see [ELLIPTICCURVE-DSA].

[pk]K

where K is an ECC1 key.