Skip to content

SECKEYECPublicKey

Endi S. Dewata edited this page Jul 11, 2022 · 1 revision
struct SECKEYECPublicKeyStr {
    SECKEYECParams DEREncodedParams;
    int size;                 /* size in bits */
    SECItem publicValue;      /* encoded point */
    ECPointEncoding encoding; /* deprecated, ignored */
};

typedef struct SECKEYECPublicKeyStr SECKEYECPublicKey;
Clone this wiki locally