interface ECKeyPairOptions
          
   extends ECKeyPairKeyObjectOptions
Usage in Deno
import { type ECKeyPairOptions } from "node:crypto";
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF;  }
      
    
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8";  }