KASPAuditor::ChangedConfig::Key

This class allows a Key config element to be stored in a single Element, with meaningful methods to access the data within.

Public Instance Methods

alg_length() click to toggle source
# File ../../auditor/lib/kasp_auditor/changed_config.rb, line 76
def alg_length
  return @value[1]
end
algorithm() click to toggle source
# File ../../auditor/lib/kasp_auditor/changed_config.rb, line 73
def algorithm
  return @value[0]
end
lifetime() click to toggle source
# File ../../auditor/lib/kasp_auditor/changed_config.rb, line 82
def lifetime
  return @value[3]
end
standby() click to toggle source
# File ../../auditor/lib/kasp_auditor/changed_config.rb, line 79
def standby
  return @value[2]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.