class Comet::MacOSCodeSignProperties

def clear

def clear
  @level = 0
  @sshserver = Comet::SSHConnection.new
  @certificate_name = ''
  @app_certificate_name = ''
  @apple_id = ''
  @apple_idpass = ''
  @apple_idpass_format = 0
  @certificate_file = ''
  @app_certificate_file = ''
  @pfx_file_password = ''
  @pfx_file_password_format = 0
  @notary_apiissuer_id = ''
  @notary_apikey_id = ''
  @notary_apikey_file = ''
  @unknown_json_fields = {}
end