⚠️ Internal: This API is not publically exported by the package.
      interface KeyObject {
          passphrase?: string;
          pem: string | Buffer;
      }

      Properties

      Properties

      passphrase?: string

      Optional passphrase.

      pem: string | Buffer

      Private keys in PEM format.