forked from nss-dev/nss
-
Notifications
You must be signed in to change notification settings - Fork 0
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;