# File lib/gpgme.rb, line 229 def genkey(parms, store = false) if store pubkey, seckey = nil, nil else pubkey, seckey = GpgmeData.new, GpgmeData.new end GPGME::check_error(:gpgme_op_genkey, self, parms, pubkey, seckey) [pubkey, seckey] end