コード例 #1
0
 public void loadPrivateKeys() {
   current_pkeys = Utils.loadPrivateKeys(getJSch(), current_pkeys);
   setNeedToLoadKeys(false);
 }