public void setEncryptedPassword()

in server/src/jetbrains/buildServer/vsoRooms/controllers/VSONotificationUserSettingsBean.java [72:74]


  public void setEncryptedPassword(final String encrypted) {
    myPassword = RSACipher.decryptWebRequestData(encrypted);
  }