Method: KeyTool#initialize
- Defined in:
- lib/universa/keytool/keytool.rb
#initialize ⇒ KeyTool
Returns a new instance of KeyTool.
42 43 44 45 46 47 48 |
# File 'lib/universa/keytool/keytool.rb', line 42 def initialize @require_password = true @autogenerate_password = false @tasks = [] @rounds = 1000000 init_parser() end |