コード例 #1
0
 public byte[] saltKey(boolean persistent, Key key) {
   return persistent ? schedCore.saltKey(key) : schedTransient.saltKey(key);
 }