Vana SDK - v0.1.0
    Preparing search index...
    • Get standard PGP key generation parameters Combines default values with standard configuration

      Parameters

      • Optionaloptions: { name?: string; email?: string; passphrase?: string }

        Optional key generation parameters

        • Optionalname?: string

          The name for the PGP key (defaults to "Vana User")

        • Optionalemail?: string

          The email for the PGP key (defaults to "user@vana.org")

        • Optionalpassphrase?: string

          Optional passphrase to protect the private key

      Returns {
          type: "rsa";
          rsaBits: number;
          userIDs: { name: string; email: string }[];
          passphrase: undefined | string;
          config: {
              preferredCompressionAlgorithm: 2;
              preferredSymmetricAlgorithm: 7;
          };
      }

      Complete key generation parameters object