property ECKeyPairOptions.privateKeyEncoding
          
Usage in Deno
import { type ECKeyPairOptions } from "node:crypto";
      
    
      
    BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8";  }
      
    import { type ECKeyPairOptions } from "node:crypto";
      
    
      
    BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8";  }