interfacecrypto.PrivateKeyInputinterface PrivateKeyInputencoding?: stringformat?: KeyFormatkey: string | Buffer<ArrayBufferLike>passphrase?: string | Buffer<ArrayBufferLike>type?: 'pkcs1' | 'pkcs8' | 'sec1'